summaryrefslogtreecommitdiff
path: root/skins/larry/includes/footer.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-07-24 12:19:18 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-07-24 12:19:18 +0200
commitfa8f6e610ce50d9373832f1a5a846a9183f8d81d (patch)
treef3a44018a13e827ffbf5a5cc3395367fbe55e547 /skins/larry/includes/footer.html
parente19fafae04c6733a3c8ccddf9a6565ef2b40dce5 (diff)
Correctly quote localized labels when used in javascript variables (#1488567)
Diffstat (limited to 'skins/larry/includes/footer.html')
-rw-r--r--skins/larry/includes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html
index 4a6f8f09c..ee93fcf57 100644
--- a/skins/larry/includes/footer.html
+++ b/skins/larry/includes/footer.html
@@ -3,7 +3,7 @@
// UI startup
var UI = new rcube_mail_ui();
$(document).ready(function(){
- UI.set('errortitle', '<roundcube:label name="errortitle" />');
+ UI.set('errortitle', '<roundcube:label name="errortitle" quoting="javascript" />');
UI.init();
});