1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

[html] - Fix forum search button start tag using self closing html syntax.

Should fix 'Self-closing syntax (/>) used on a non-void HTML element' html validation error.
This commit is contained in:
Arun S. Sekher
2017-05-23 02:18:41 +04:00
parent 38d2c41bc4
commit 3cd44c035f

View File

@@ -181,7 +181,7 @@ class forum_shortcodes extends e_shortcode
<input type='hidden' name='forum' value='all' />
<input class='tbox form-control' type='text' name='q' size='20' value='' maxlength='50' />
<span class='input-group-btn'>
<button class='btn btn-default button' type='submit' name='s' value='search' />".$srchIcon."</button>
<button class='btn btn-default button' type='submit' name='s' value='search' >".$srchIcon."</button>
</span>
</div>