Merge pull request #270 from VincentTam/fix-ta-html5
Fixed error from HTML5 validator and used input type URL
This commit is contained in:
commit
6f54c9a159
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
<fieldset>
|
||||
<div class="textfield">
|
||||
<input type="text" name="fields[website]" placeholder="{{ i18n "yourWebsite" }}"/>
|
||||
<input type="url" name="fields[website]" placeholder="{{ i18n "yourWebsite" }}"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue