Switch to side-by-side view
--- a/Allura/allura/templates/search_index.html +++ b/Allura/allura/templates/search_index.html @@ -8,7 +8,7 @@ {% block content %} <form method="GET" action="." class="grid-11"> <input type="text" name="q" value="{{q}}" class="title"/><br/> - Search history? <input type="checkbox" name="history" {% if history %}checked="on"{% endif %}/><br/> + Search history? <input type="checkbox" name="history" {% if history %}checked{% endif %}/><br/> <br/> <input type="submit" value="Search"/> </form>