We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07911a commit f83f16fCopy full SHA for f83f16f
2 files changed
play27-bootstrap3/module/app/views/b3/package.scala
@@ -92,7 +92,7 @@ package object b3 {
92
Args.inner(
93
Args.remove(args, Symbol("id"), Symbol("value")).map {
94
case arg if arg._1 == Symbol("placeholder") => Args.msg(arg)(msgsProv.messages)
95
- case other => other
+ case other => other
96
}
97
)
98
).toMap
play27-bootstrap4/module/app/views/b4/package.scala
@@ -72,7 +72,7 @@ package object b4 {
72
Symbol("id"), Symbol("value")
73
).map {
74
75
76
77
78
0 commit comments