diff --git a/main/template/default/agenda/month.tpl b/main/template/default/agenda/month.tpl index 754a24b97f..a37def763e 100755 --- a/main/template/default/agenda/month.tpl +++ b/main/template/default/agenda/month.tpl @@ -817,7 +817,7 @@ $(function() { {% endif %} if ('session' === calEvent.type) { - buttons['{{ "GoToCourse"|get_lang }}'] = function() { + buttons["{{ "GoToCourse"|get_lang }}"] = function() { window.location.href = calEvent.course_url; }; }