diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-07-24 14:22:18 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-07-24 14:22:18 +0200 |
commit | 2df262d448831cc6ca3a5137b80e92afc0bb22f5 (patch) | |
tree | b44ee16b6b4499b92912afce254e4a4faa101f11 /skins | |
parent | 09e5fc99f8eab6e9ab9c1f7046129ef21f914cb4 (diff) | |
parent | fa8f6e610ce50d9373832f1a5a846a9183f8d81d (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/includes/footer.html | 2 |
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(); }); |