]> git.0d.be Git - panikweb.git/commitdiff
nbsp between word and colon
authorFrédéric Péters <fpeters@0d.be>
Fri, 13 Sep 2013 09:14:04 +0000 (11:14 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 13 Sep 2013 09:14:04 +0000 (11:14 +0200)
panikweb_templates/templates/emissions/episodes.html

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