diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-11 11:28:40 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-11 11:28:40 +0200 |
| commit | 9985406e7fd5d7561a79f5e9eeee36d007d66d76 (patch) | |
| tree | 11edfe5030983edca12d2a46d189e72eda5027db /ishtar_common/templates/window.html | |
| parent | c75b9f076f8893a50713e75cffde1b757c320ebe (diff) | |
| parent | cc12bf5d9c20591d321f4461d2795a58fac07d1c (diff) | |
| download | Ishtar-9985406e7fd5d7561a79f5e9eeee36d007d66d76.tar.bz2 Ishtar-9985406e7fd5d7561a79f5e9eeee36d007d66d76.zip | |
Merge branch 'master' into v0.9
Diffstat (limited to 'ishtar_common/templates/window.html')
| -rw-r--r-- | ishtar_common/templates/window.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html index 8e8eac41e..0748cd4cd 100644 --- a/ishtar_common/templates/window.html +++ b/ishtar_common/templates/window.html @@ -23,7 +23,7 @@ <body> {% if new_item_label %} <script type='text/javascript' language='javascript'> -save_and_close_window{% if many %}_many{% endif %}("{{parent_name}}", "{{parent_pk}}", "{{new_item_label}}", "{{new_item_pk}}"); +save_and_close_window{% if many %}_many{% endif %}("{{parent_name}}", "{{parent_pk}}", "{{new_item_label|safe}}", "{{new_item_pk}}"); </script> {% endif %} <div id="window_content"> |
