Sign out
[recipes.git] / backend / templates / base_with_list.html
index fb008aa..7e2e679 100644 (file)
@@ -4,7 +4,7 @@
     <div class="list">
         <ul>
             {% for (id, title) in recipes %}
-                <li><a href="/recipe/view/{{ id }}">{{ title|escape }}</a></li>
+                <li><a href="/recipe/view/{{ id }}">{{ title }}</a></li>
             {% endfor %}
         </ul>
     </div>