Close the fieldset tag for scaffold index

Change-Id: I480cb2569277ce5ee2dbf63cae557e39f74583e1
This commit is contained in:
Chad Lung
2014-03-09 17:35:49 -05:00
parent b046c1e965
commit 025a910517

View File

@@ -27,7 +27,7 @@
<fieldset>
<input name="q" />
<input type="submit" value="Search" />
<fieldset>
</fieldset>
<small>Enter search terms or a module, class or function name.</small>
</form>