| @@ -117,7 +117,8 @@ | ||
| 117 | 117 | else | 
| 118 | 118 |  		fatal_lang_error('no_access', false); | 
| 119 | 119 | |
| 120 | -	switch ($_GET['help']) { | |
| 120 | + switch ($_GET['help']) | |
| 121 | +	{ | |
| 121 | 122 | case 'cal_short_months': | 
| 122 | 123 | $context['help_text'] = sprintf($context['help_text'], $txt['months_short'][1], $txt['months_titles'][1]); | 
| 123 | 124 | break; |