From 8b0f2f632950ee2441504ccad753ff673fccf0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sat, 5 Apr 2014 17:28:46 -0700 Subject: [PATCH] Fix rendering of code in exercises --- theme/templates/page.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/theme/templates/page.html b/theme/templates/page.html index a65acafb8..731e4bcfa 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -57,11 +57,7 @@
Exercise #{{ exercise }}
{% autoescape false %}{{ section.content }}{% endautoescape %} -
-                                    
-                                    {% autoescape false %}{{ section.code.base|code }}{% endautoescape %}
-                                    
-                                
+
{% autoescape false %}{{ section.code.base|code }}{% endautoescape %}
{% set exercise = exercise + 1 %}
{% endif %}