diff --git a/jade/page-contents/forms_content.html b/jade/page-contents/forms_content.html index 5acfc9f478..1dcd0f5b3e 100644 --- a/jade/page-contents/forms_content.html +++ b/jade/page-contents/forms_content.html @@ -780,7 +780,7 @@

Initialization


   $('.datepicker').pickadate({
     selectMonths: true, // Creates a dropdown to control month
-    selectYears: 15 // Creates a dropdown of 15 years to control year,
+    selectYears: 15, // Creates a dropdown of 15 years to control year,
     today: 'Today',
     clear: 'Clear',
     close: 'Ok',