1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Merge pull request #2647 from arunshekher/forum_shortcodes_search_button_fix

[html] - Fix forum search button start tag using self closing syntax
This commit is contained in:
Cameron 2017-05-23 12:24:12 -07:00 committed by GitHub
commit 1db797a5e9

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>