Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-04-26 18:28:36 +0300
committerVincent Tam <sere@live.hk>2019-04-26 18:28:36 +0300
commitdb7462aa306fd204d4767fa4813afe34e42e081c (patch)
tree0b73a858163c13581d00066976cbe9831da268fd /layouts
parenta334e197aac7011f8bdaaeada01935242f7b420b (diff)
Fixed error from HTML5 validator
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/staticman-comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/staticman-comments.html b/layouts/partials/staticman-comments.html
index 8f54b02..802044b 100644
--- a/layouts/partials/staticman-comments.html
+++ b/layouts/partials/staticman-comments.html
@@ -46,7 +46,7 @@
<fieldset>
<div class="textfield">
- <textarea name="fields[comment]" type="text" placeholder="{{ i18n "useMarkdown" }}"></textarea>
+ <textarea name="fields[comment]" placeholder="{{ i18n "useMarkdown" }}"></textarea>
</div>
</fieldset>