mehr JavaScript-escapen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 2 Apr 2015 12:03:51 +0000 (14:03 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 2 Apr 2015 12:03:51 +0000 (14:03 +0200)
templates/webpages/layout/javascript_setup.js

index c8c9e81..4042445 100644 (file)
@@ -6,8 +6,8 @@ $(function() {
   setupDateFormat('[% JavaScript.escape(MYCONFIG.dateformat) %]', '[% 'Falsches Datumsformat!' | $T8 %]');
 
   $.datepicker.setDefaults(
-    $.extend({}, $.datepicker.regional["[% MYCONFIG.countrycode %]"], {
-      dateFormat: "[% datefmt %]",
+    $.extend({}, $.datepicker.regional['[% JavaScript.escape(MYCONFIG.countrycode) %]'], {
+      dateFormat: '[% JavaScript.escape(datefmt) %]',
       showOn: "button",
       showButtonPanel: true,
       changeMonth: true,