fixes
[wolnelektury.git] / src / social / templates / social / shelf_tags.html
old mode 100755 (executable)
new mode 100644 (file)
index 2baa0f0..47e0b0a
@@ -1,9 +1,7 @@
 {% spaceless %}
-
-<ul class='social-shelf-tags'>
+  <ul class='social-shelf-tags'>
     {% for tag in tags %}
-        <li><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></li>
+      <li><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></li>
     {% endfor %}
-</ul>
-
+  </ul>
 {% endspaceless %}
\ No newline at end of file