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

Fixes #1081 - Html Validation

This commit is contained in:
Cameron
2015-06-26 10:55:20 -07:00
parent 84485c50da
commit 91efe837f3

View File

@@ -66,7 +66,7 @@ if(deftrue('BOOTSTRAP'))
$text = '
<form class="form-inline" method="get" action="'.e_HTTP.'search.php">
<div class="input-group">
<input class="form-control search" type="text" name="q" size="20" maxlength="50" '.$value_text.'>
<input class="form-control search" type="text" name="q" size="20" maxlength="50" '.$value_text.' />
<input type="hidden" name="r" value="0" />';
if (isset($custom_query[4]) && $custom_query[4] != '')