aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorfenner <fenner>2002-11-27 21:13:19 +0000
committerfenner <fenner>2002-11-27 21:13:19 +0000
commitad4b3af658ce9906a192164bdb4e00ad4f8acb39 (patch)
tree836f0f79abf1a85239b91324f8b0a6a27966bd27 /month.php
parent4494119c693eda9bef34f329b8a83725bcbd86ca (diff)
downloadphpicalendar-ad4b3af658ce9906a192164bdb4e00ad4f8acb39.tar.gz
phpicalendar-ad4b3af658ce9906a192164bdb4e00ad4f8acb39.tar.bz2
phpicalendar-ad4b3af658ce9906a192164bdb4e00ad4f8acb39.zip
Some HTML validator cleanups:
- Use &amp; instead of & in URLs - Use valign="middle" instead of valign="center" - Add type="text/javascript" to <script>
Diffstat (limited to 'month.php')
-rw-r--r--month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/month.php b/month.php
index 2d48693..ea4aecd 100644
--- a/month.php
+++ b/month.php
@@ -54,7 +54,7 @@ $num_of_events = 0;
// if RSS is enabled, set the RSS auto-discovery link
if ($enable_rss == 'yes')
{
- echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"".$default_path."/rss/rss.php?cal=".$cal."&rssview=month\">";
+ echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"".$default_path."/rss/rss.php?cal=".$cal."&amp;rssview=month\">";
}
?>
<?php include (BASE.'functions/event.js'); ?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy