Code Comments
Programming Forum and web based access to our favorite programming groups.derick Fri Nov 26 09:42:44 2004 EDT Modified files: /phpweb/include layout.inc Log: - Fix for bug #30910. http://cvs.php.net/diff.php/phpweb/...7&r2=1.208&ty=u Index: phpweb/include/layout.inc diff -u phpweb/include/layout.inc:1.207 phpweb/include/layout.inc:1.208 --- phpweb/include/layout.inc:1.207 Mon Oct 25 09:00:08 2004 +++ phpweb/include/layout.inc Fri Nov 26 09:42:44 2004 @@ -1,5 +1,5 @@ <?php -/* $Id: layout.inc,v 1.207 2004/10/25 13:00:08 goba Exp $ */ +/* $Id: layout.inc,v 1.208 2004/11/26 14:42:44 derick Exp $ */ // Set the static content root differently on php.net $_SERVER['STATIC_ROOT'] = ($MYSITE == 'http://www.php.net/') ? @@ -434,8 +434,7 @@ $rssautodiscovery = ''; if (isset($_SERVER['BASE_PAGE']) && $_SERVER['BASE_PAGE'] == 'index.php') { - $rssautodiscovery = ' <link rel="alternate" type="application/rss+xml " title="PHP: Hypertext -Preprocessor" href="' . $MYSITE . 'news.rss" />' . "\n"; + $rssautodiscovery = ' <link rel="alternate" type="application/rss+xml " title="PHP: Hypertext Preprocessor" href="' . $MYSITE . 'news.rss" />' . " \n"; } ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.