cvs: pearweb /public_html account-info.php
[email protected] ("Helgi ?ormar ?orbj?rnsson")
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvsdufuz1209249662@cvsserver> |
dufuz Sat Apr 26 22:41:02 2008 UTC
Modified files:
/pearweb/public_html account-info.php
Log:
Removing "User Information ::" from the title to make it nicer for hcard
http://cvs.php.net/viewvc.cgi/pearweb/public_html/account-info.php?r1=1.65&r2=1.66&diff_format=u
Index: pearweb/public_html/account-info.php
diff -u pearweb/public_html/account-info.php:1.65 pearweb/public_html/account-info.php:1.66
--- pearweb/public_html/account-info.php:1.65 Sat Apr 5 23:21:35 2008
+++ pearweb/public_html/account-info.php Sat Apr 26 22:41:02 2008
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: |
+----------------------------------------------------------------------+
- $Id: account-info.php,v 1.65 2008/04/05 23:21:35 dufuz Exp $
+ $Id: account-info.php,v 1.66 2008/04/26 22:41:02 dufuz Exp $
*/
@@ -65,7 +65,7 @@
$extraHeaders = '<link rel="alternate" href="/map/locationREST.php?handle=' . $handle . '" type="application/rdf+xml" title="FOAF" />';
$extraHeaders .= '<link rel="alternate" href="/feeds/user_' . $handle . '.rss" type="application/rdf+xml" title="Packages involving this user" />';
-response_header('User Information :: ' . htmlspecialchars($row['name']), false, $extraHeaders);
+response_header(htmlspecialchars($row['name']), false, $extraHeaders);
echo '<h1>User Information: ' . htmlspecialchars($row['name']) . "</h1>\n";