From 7de793ef6d460b75a75641e27492643cfb5b9cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Raimbault?= Date: Fri, 6 Apr 2012 02:03:12 +0200 Subject: Fix missing spaces in template of bootstrap2 --- bootstrap2/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap2') diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html index fcc1116..2f5af46 100644 --- a/bootstrap2/templates/base.html +++ b/bootstrap2/templates/base.html @@ -2,7 +2,7 @@ - {% block title %}{{ SITENAME }}{%endblock%} + {% block title %}{{ SITENAME }}{% endblock %} -- cgit v1.1