]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/_search_form.html.twig
Remove old themes
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / _search_form.html.twig
index 7eb1b67d8f472ea9473220f6061c5983ef1a33ab..1e6f327d23d13414f18fc78dc39aad2a97c6b4f6 100644 (file)
@@ -1,9 +1,9 @@
 <div id="search-form" class="messages info popup-form">
-<form method="get" action="index.php">
-       <h2>{% trans %}Search{% endtrans %}</h2>
+    <form method="get" action="index.php">
+        <h2>{% trans %}Search{% endtrans %}</h2>
         <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
         <input type="hidden" name="view" value="search"></input>
         <input required placeholder="{% trans %}Enter your search here{% endtrans %}" type="text" name="search" id="searchfield"><br>
         <input id="submit-search" type="submit" value="{% trans %}Search{% endtrans %}"></input>
-</form>
+    </form>
 </div>