diff options
Diffstat (limited to 'themes/default/template/month_calendar.tpl')
-rw-r--r-- | themes/default/template/month_calendar.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/month_calendar.tpl b/themes/default/template/month_calendar.tpl index 85415f459..c1603dfd8 100644 --- a/themes/default/template/month_calendar.tpl +++ b/themes/default/template/month_calendar.tpl @@ -74,8 +74,8 @@ TABLE.calMonth TBODY TD, TABLE.calMonth TBODY TD DIV.calImg {ldelim} {else} <td class="calDayCellEmpty">{$day.DAY} {/if} - {else} - <td class="calDayCellBlank"> + {else}{*blank cell first or last row only*} + <td> {/if} </td> {/foreach} {*day in week*} |