fixed html comment from Bertrand Croq <bertrand.croq-at-freeskop.com>

This commit is contained in:
Ralf Becker 2005-03-30 08:59:23 +00:00
parent 750bd3bb9b
commit fdc23f5846

View File

@ -0,0 +1,22 @@
<!-- $Id$ month_day -->
<!-- BEGIN m_w_table -->
<table id="calendar_m_w_table" class="calendar_m_w_table">
<!-- from month_header.tpl -->
{row}
</table>
<!-- END m_w_table -->
<!-- BEGIN month_daily -->
<span id="calendar_m_w_table_daynumber" style="font-size:10px">[ {day_number} ]</span>{new_event_link}<br />
{daily_events}
<!-- END month_daily -->
<!-- BEGIN day_event -->
{events}
<!-- END day_event -->
<!-- BEGIN event -->
{day_events}
<!-- END event -->