summaryrefslogtreecommitdiffstats
path: root/livesettings/templatetags/config_tags.py
diff options
context:
space:
mode:
Diffstat (limited to 'livesettings/templatetags/config_tags.py')
-rw-r--r--livesettings/templatetags/config_tags.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/livesettings/templatetags/config_tags.py b/livesettings/templatetags/config_tags.py
index 1fed730d..bcdded12 100644
--- a/livesettings/templatetags/config_tags.py
+++ b/livesettings/templatetags/config_tags.py
@@ -31,6 +31,8 @@ def force_space(value, chars=40):
def break_at(value, chars=40):
"""Force spaces into long lines which don't have spaces"""
+ #todo: EF - lazy patch
+ return value
chars = int(chars)
value = unicode(value)