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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user