aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/modals.mako
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 12:01:04 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 12:01:04 +0100
commit12d69abf83685d70030f06a203983f1298ae534a (patch)
tree686a7e005afb5fa4045c10b9861353eb410d3b55 /jm2l/templates/modals.mako
parentbf7fdc00bfecee47a3d5025de077bb0640dd3146 (diff)
downloadjm2l-12d69abf83685d70030f06a203983f1298ae534a.tar.gz
jm2l-12d69abf83685d70030f06a203983f1298ae534a.tar.bz2
jm2l-12d69abf83685d70030f06a203983f1298ae534a.tar.xz
jm2l-12d69abf83685d70030f06a203983f1298ae534a.zip
Fix all last changes for pre-production test
Diffstat (limited to 'jm2l/templates/modals.mako')
-rw-r--r--jm2l/templates/modals.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/jm2l/templates/modals.mako b/jm2l/templates/modals.mako
index 83470fb..e41cc4c 100644
--- a/jm2l/templates/modals.mako
+++ b/jm2l/templates/modals.mako
@@ -282,6 +282,6 @@ context._kwargs['postpone_js']=[]
## Then Handle Javascript
<script>
% for jsitem in context._kwargs['postpone_js']:
-${jsitem}
+${jsitem | n}
% endfor
</script>