diff options
Diffstat (limited to 'themes/default/template/month_calendar.tpl')
-rw-r--r-- | themes/default/template/month_calendar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/month_calendar.tpl b/themes/default/template/month_calendar.tpl index 6faa653ab..904570a10 100644 --- a/themes/default/template/month_calendar.tpl +++ b/themes/default/template/month_calendar.tpl @@ -48,7 +48,7 @@ <thead> <tr> {foreach from=$chronology_calendar.month_view.wday_labels item=wday} - <td class="calDayHead">{$wday}</td> + <th>{$wday}</th> {/foreach} </tr> </thead> |