html whitespace
git-svn-id: file:///home/shish/svn/shimmie2/trunk@91 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
070bdaf6ce
commit
ffbb867b58
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ class RSS_Images extends Extension {
|
|||
global $config;
|
||||
$title = $config->get_string('title');
|
||||
|
||||
$page->add_header("<link rel=\"alternate\" type=\"application/rss+xml\"
|
||||
title=\"$title\" href=\"".make_link("rss/images")."\" />");
|
||||
$page->add_header("<link rel=\"alternate\" type=\"application/rss+xml\" ".
|
||||
"title=\"$title\" href=\"".make_link("rss/images")."\" />");
|
||||
}
|
||||
if(is_a($event, 'PageRequestEvent') && ($event->page == "rss")) {
|
||||
if($event->get_arg(0) == 'images') {
|
||||
|
|
Reference in a new issue