1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 00:59:13 +00:00

Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into richbeales-master

This commit is contained in:
Andrew Dolgov
2013-03-22 09:36:47 +04:00
6 changed files with 18 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
print '<?xml version="1.0" encoding="utf-8"?>';
print "<feed xmlns=\"http://www.w3.org/2005/Atom\">
<id>".htmlspecialchars(SELF_URL_PATH . "/register.php")."</id>
<title>Tiny Tiny RSS registration slots</title>
<title><?php echo get_site_title() ?> registration slots</title>
<link rel=\"self\" href=\"".htmlspecialchars(SELF_URL_PATH . "/register.php?format=feed")."\"/>
<link rel=\"alternate\" href=\"".htmlspecialchars(SELF_URL_PATH)."\"/>";