Change: replace inputs of type submit with button elements
Attributes 'type="submit"' got removed because it's the default type. Therefore the attribute can be omitted.
This commit is contained in:
parent
b13bfd52bb
commit
f9d6025a75
9 changed files with 10 additions and 10 deletions
|
@ -22,7 +22,7 @@
|
|||
<dd>
|
||||
<form action="<jlog:homelink />/search.php">
|
||||
<p><input class="userdata" type="search" name="q" size="15" value="" />
|
||||
<button class="send" type="submit" value="<jlog:search />"><jlog:search /></button></p>
|
||||
<button class="send" value="<jlog:search />"><jlog:search /></button></p>
|
||||
</form>
|
||||
</dd>
|
||||
<dt><jlog:categorieslist-h /></dt>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue