Update of /cvsroot/openfirst/news
In directory sc8-pr-cvs1:/tmp/cvs-serv6615
Modified Files:
rssfeed.php
Log Message:
Add an actual link where it says there should be one.
Index: rssfeed.php
===================================================================
RCS file: /cvsroot/openfirst/news/rssfeed.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rssfeed.php 28 Sep 2003 15:30:57 -0000 1.1
--- rssfeed.php 30 Sep 2003 12:00:19 -0000 1.2
***************
*** 32,36 ****
<p>Stay up-to-date with the latest information released directly from our teams<br>
very own news system using RSS technology. If you are unsure of how to use<br>
! RSS technology then please visit this link to learn more.</p>
<?php
if(isset($_POST['get'])){
--- 32,37 ----
<p>Stay up-to-date with the latest information released directly from our teams<br>
very own news system using RSS technology. If you are unsure of how to use<br>
! RSS technology then please view the <a href="http://blogs.law.harvard.edu/tech/rss">RSS 2.0 Specification</a>
! to learn more.</p>
<?php
if(isset($_POST['get'])){
***************
*** 89,91 ****
<?php
include($footer);
! ?>
\ No newline at end of file
--- 90,92 ----
<?php
include($footer);
! ?>
|