1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02: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

View File

@@ -181,7 +181,7 @@ class forum_shortcodes extends e_shortcode
<input type='hidden' name='forum' value='all' /> <input type='hidden' name='forum' value='all' />
<input class='tbox form-control' type='text' name='q' size='20' value='' maxlength='50' /> <input class='tbox form-control' type='text' name='q' size='20' value='' maxlength='50' />
<span class='input-group-btn'> <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> </span>
</div> </div>