projects
/
software
/
mumi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2850f7d
)
view/html: Capitalize placeholder.
author
Ricardo Wurmus
<rekado@elephly.net>
Tue, 31 Mar 2020 07:05:22 +0000
(09:05 +0200)
committer
Ricardo Wurmus
<rekado@elephly.net>
Tue, 31 Mar 2020 07:05:22 +0000
(09:05 +0200)
mumi/web/view/html.scm
patch
|
blob
|
history
diff --git
a/mumi/web/view/html.scm
b/mumi/web/view/html.scm
index b4409e4b2ef8a3cb15b4093f34305ac5c48638d8..40605de799c4a4abdb09ae9aae0324856a2ade5b 100644
(file)
--- a/
mumi/web/view/html.scm
+++ b/
mumi/web/view/html.scm
@@
-101,7
+101,7
@@
(class "form-control")
(id "query")
(name "query")
- (placeholder "
input search query
")))
+ (placeholder "
Input your search query...
")))
(span (@ (class "input-group-append"))
(button
(@ (type "submit")