aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/modals.mako
diff options
context:
space:
mode:
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>