summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2010-10-14 16:43:42 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2010-10-14 16:43:42 -0500
commitdb690fdb6c9b4872a9ea46179fbf514c5d2f6fe0 (patch)
treefeb50ef5bdd9b16220e1a27b894b97ed8ffccbbd
parent9705a971f8f16d8a313e5acf379d53edc917ff87 (diff)
downloadbcfg2-db690fdb6c9b4872a9ea46179fbf514c5d2f6fe0.tar.gz
bcfg2-db690fdb6c9b4872a9ea46179fbf514c5d2f6fe0.tar.bz2
bcfg2-db690fdb6c9b4872a9ea46179fbf514c5d2f6fe0.zip
web reports: fix quotes in base-timeview.html
-rw-r--r--src/lib/Server/Reports/reports/templates/base-timeview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/reports/templates/base-timeview.html b/src/lib/Server/Reports/reports/templates/base-timeview.html
index d0617cde7..842de36f0 100644
--- a/src/lib/Server/Reports/reports/templates/base-timeview.html
+++ b/src/lib/Server/Reports/reports/templates/base-timeview.html
@@ -6,7 +6,7 @@ function showCalendar() {
var cal = new CalendarPopup("calendar_div");
cal.showYearNavigation();
cal.select(document.forms['cal_form'].cal_date,'cal_link',
- 'yyyy/MM/dd' {% if timestamp %}, '{{ timestamp|date:'Y/m/d' }}'{% endif %} );
+ 'yyyy/MM/dd' {% if timestamp %}, '{{ timestamp|date:"Y/m/d" }}'{% endif %} );
return false;
}
function bcfg2_check_date() {