aboutsummaryrefslogtreecommitdiffstats
path: root/week.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 /week.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 'week.php')
-rw-r--r--week.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/week.php b/week.php
index dec4c81..d795696 100644
--- a/week.php
+++ b/week.php
@@ -55,7 +55,7 @@ for ($i=0;$i<7;$i++) {
// 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=week\">";
+ echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"".$default_path."/rss/rss.php?cal=".$cal."&amp;rssview=week\">";
}
?>
<?php include (BASE.'functions/event.js'); ?>

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