From 6c0150ce773e764c8775e6b2a37bcd4132da3127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Raimbault?= Date: Fri, 6 Apr 2012 01:47:30 +0200 Subject: Trailing whitespaces cleanup in bootstrap2 --- bootstrap2/templates/article.html | 70 +++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'bootstrap2/templates/article.html') diff --git a/bootstrap2/templates/article.html b/bootstrap2/templates/article.html index 8b9e0ab..638655c 100644 --- a/bootstrap2/templates/article.html +++ b/bootstrap2/templates/article.html @@ -1,40 +1,40 @@ {% extends "base.html" %} {% block title %}{{ article.title }}{% endblock %} {% block content %} -
-
-
-

- - {{ article.title}} - - {% include 'twitter.html' %} -

-
-
-
- {% include 'article_infos.html' %} -
- {{ article.content }} -
- {% if DISQUS_SITENAME %} -
-

Comments !

-
- -
- {% endif %} -
+
+
+
+

+ + {{ article.title}} + + {% include 'twitter.html' %} +

+
+
+
+ {% include 'article_infos.html' %} +
+ {{ article.content }} +
+ {% if DISQUS_SITENAME %} +
+

Comments !

+
+ +
+ {% endif %} +
{% endblock %} -- cgit v1.1