diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-11-08 09:40:18 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-11-08 09:40:18 +0000 |
| commit | d5a8088cfcc57e59101dd9c22f0c08ea5651d325 (patch) | |
| tree | e9bc5d8d150b693d1079ee31a72cb2d446e267ef /templates | |
| parent | 834c79a6c2c230f318f6bca34f55cc845d9833d2 (diff) | |
| download | calendar-d5a8088cfcc57e59101dd9c22f0c08ea5651d325.tar.gz calendar-d5a8088cfcc57e59101dd9c22f0c08ea5651d325.tar.bz2 calendar-d5a8088cfcc57e59101dd9c22f0c08ea5651d325.zip | |
Fix ampersand in url so it validates.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/minical.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/minical.tpl b/templates/minical.tpl index 691bde4..e129c5b 100644 --- a/templates/minical.tpl +++ b/templates/minical.tpl @@ -1,7 +1,7 @@ {strip} <link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.CALENDAR_PKG_URL}styles/plain.css" media="all" /> {assign var=calendar_url value="`$smarty.const.CALENDAR_PKG_URL`index.php?todate="} -{assign var=calendar_day_url value="`$smarty.const.CALENDAR_PKG_URL`index.php?view_mode=day&todate="} +{assign var=calendar_day_url value="`$smarty.const.CALENDAR_PKG_URL`index.php?view_mode=day&todate="} <table class="minical" border="0" cellpadding="1" cellspacing="1"> <tr> <th class="month odd" colspan="7"> |
