summaryrefslogtreecommitdiff
path: root/themes/admin_default
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-08-30 15:34:46 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-08-30 15:34:46 -0700
commit00c73ec852c29c214d72193ce368bc12a7305794 (patch)
tree55022057134f39c3d4fa92653f76b3f83fcf1c7a /themes/admin_default
parentbeb711d6a0fedac0d4ca3b9bae162a6ce9d6cdeb (diff)
Updating uses of html::js_string and SafeString::for_js (value now contains string delimiters)
Diffstat (limited to 'themes/admin_default')
-rw-r--r--themes/admin_default/views/admin.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index 2ed8c38e..3b1ff92c 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -23,7 +23,7 @@
<?= $theme->script("gallery.common.js") ?>
<? /* MSG_CANCEL is required by gallery.dialog.js */ ?>
<script type="text/javascript">
- var MSG_CANCEL = "<?= t('Cancel')->for_js() ?>";
+ var MSG_CANCEL = <?= t('Cancel')->for_js() ?>;
</script>
<?= $theme->script("gallery.ajax.js") ?>
<?= $theme->script("gallery.dialog.js") ?>