diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-21 15:09:58 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-21 15:09:58 +0000 |
| commit | 6f608b98078078ffaf34477ca0a220953a121d39 (patch) | |
| tree | 202e3e6e7c10fa161290f626dc718f17c8065423 /modules | |
| parent | 9fb7ab0e4f739b6d1b072ea07c48d9d38ab66a99 (diff) | |
| download | calendar-6f608b98078078ffaf34477ca0a220953a121d39.tar.gz calendar-6f608b98078078ffaf34477ca0a220953a121d39.tar.bz2 calendar-6f608b98078078ffaf34477ca0a220953a121d39.zip | |
XHTML stuff
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_calendar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_calendar.tpl b/modules/mod_calendar.tpl index 0606d37..21d1ad6 100644 --- a/modules/mod_calendar.tpl +++ b/modules/mod_calendar.tpl @@ -23,7 +23,7 @@ <tr> {foreach from=$dayNames item=name} - <th width="14%">{$name|truncate:"1":""}</th> + <th style="width:14%">{$name|truncate:"1":""}</th> {/foreach} </tr> |
