]> git.0d.be Git - panikweb.git/commitdiff
fix endquote placement
authorFrédéric Péters <fpeters@0d.be>
Sun, 22 Sep 2013 15:02:38 +0000 (17:02 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 22 Sep 2013 15:02:38 +0000 (17:02 +0200)
panikweb_templates/templates/emissions/episodes.html

index 599e74ad7bdba9974a45be3f2f81f11bc1752a50..d37fa26354c38d522ffddaab13224585c39f9e0f 100644 (file)
@@ -8,7 +8,7 @@
 <form method="get" action="." class="padded center" id="search-form">
        <div class="big ">
                <label for="id_q">Rechercher :</label>
-               <input id="id_q" name="q" type="text" {% if search_query %}value="{{ search_query }}{% endif %}">
+               <input id="id_q" name="q" type="text" {% if search_query %}value="{{ search_query }}"{% endif %}>
                <button class="icon-search"></button>
        </div>
 </form>