summaryrefslogtreecommitdiff
path: root/horizon/templatetags/horizon.py
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templatetags/horizon.py')
-rw-r--r--horizon/templatetags/horizon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/templatetags/horizon.py b/horizon/templatetags/horizon.py
index d2d99b1c3..c9d2c764d 100644
--- a/horizon/templatetags/horizon.py
+++ b/horizon/templatetags/horizon.py
@@ -38,7 +38,7 @@ class MinifiedNode(Node):
def render(self, context):
return ' '.join(
force_text(self.nodelist.render(context).strip()).split()
- )
+ ).replace(' > ', '>').replace(' <', '<')
@register.filter