]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/revision.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / node / revision.html
index d6ac677509e109d3503ac56af1dada9c956c18b3..5e77e6aee1ff62c810daeccaa6c8f5a76c0d731b 100644 (file)
@@ -1,11 +1,11 @@
-{% spaceless %}\r
-    {% if title %}<h1>{{ title }}</h1>{% endif %}\r
-    <div class="text">{{ html }}</div>\r
-    {% if tags %}\r
-        <div class="tags">\r
-            {% for tag in tags %}\r
-            <a class="post-tag tag-link-{{ tag }}">{{ tag }}</a>\r
-            {% endfor %}\r
-        </div>\r
-    {% endif %}\r
+{% spaceless %}
+    {% if title %}<h1>{{ title }}</h1>{% endif %}
+    <div class="text">{{ html }}</div>
+    {% if tags %}
+        <div class="tags">
+            {% for tag in tags %}
+            <a class="post-tag tag-link-{{ tag }}">{{ tag }}</a>
+            {% endfor %}
+        </div>
+    {% endif %}
 {% endspaceless %}
\ No newline at end of file