]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/sidebar/user_blocks.html
Adds the habillity to opt for a rendering mode in the static content settings.
[osqa.git] / forum / skins / default / templates / sidebar / user_blocks.html
index 9bf843cb01ebf1970e14a4b7d267f8ff3a6e2d87..d3d98cc27ac925ea2e1fccde5dbbf0bb721dc598 100644 (file)
@@ -3,7 +3,7 @@
 {% if show %}
 {% if wrap %}<div id="{{ blockid }}" class="boxC">
     <div class="body">{% endif %}
-        {{ content|markdown }}
+        {{ content }}
      {% if wrap %}</div>
 </div>{% endif %}
 {% endif %}