summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jthanio/templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/jthanio/templates/search.html b/jthanio/templates/search.html
index 6574c50..aea81d4 100644
--- a/jthanio/templates/search.html
+++ b/jthanio/templates/search.html
@@ -7,8 +7,8 @@
<input type="text" class="form-control mr-sm-2 btn-lg" placeholder="Search for..." name="query"{% if search_query %} value="{{ search_query }}"{% endif %}>
<span class="input-group-btn">
<input type="submit" value="Search" class="btn btn-secondary my-2 my-sm-0">
- </form>
</span>
+ </form>
</div>
</div>
</div>