diff --git a/checkin_notes b/checkin_notes index 422dd8b4a4..354adc133a 100755 --- a/checkin_notes +++ b/checkin_notes @@ -18629,3 +18629,14 @@ David 19 Oct 2004 boincglut/lib/glut/ glut_util.c + +David 19 Oct 2004 + - bug fix to RSS feed + + html/ + inc/ + util.inc + user/ + clone.php + sample_index.php + sample_rss_main.php diff --git a/html/inc/util.inc b/html/inc/util.inc index d31d7f6c68..81c3665a1d 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -139,9 +139,12 @@ function show_combo_box($name, $filename, $selection=null) { function page_head($title, $java_onload="") { $styleSheet = URL_BASE . STYLESHEET; + $rssname = PROJECT . " RSS 2.0"; + $rsslink = URL_BASE . "rss_main.php"; echo "
diff --git a/html/user/sample_rss_main.php b/html/user/sample_rss_main.php
index 2251fb0a9f..0dc097b346 100644
--- a/html/user/sample_rss_main.php
+++ b/html/user/sample_rss_main.php
@@ -39,7 +39,6 @@ echo "
|