minor fixes in search
[wolnelektury.git] / src / catalogue / templates / catalogue / book_searched.html
index 26b9f61..23d4736 100644 (file)
@@ -21,7 +21,7 @@
               {% if hit.snippet %}
                 {{hit.snippet|safe}}
               {% else %}
-                {{hit.fragment.text|truncatewords_html:15|safe}}
+                {{hit.fragment.text|truncatewords_html:15|safe}} {# bad, now impossible #}
               {% endif %}
             </a>
           </div>