link to site needs httpisation too
This commit is contained in:
parent
5f106b0950
commit
310c7b0da0
@ -55,7 +55,7 @@ class RSS_Comments extends SimpleExtension {
|
||||
}
|
||||
|
||||
$title = $config->get_string('title');
|
||||
$base_href = $config->get_string('base_href');
|
||||
$base_href = make_http($config->get_string('base_href'));
|
||||
$version = $config->get_string('version');
|
||||
$xml = <<<EOD
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
@ -79,7 +79,7 @@ class RSS_Images extends SimpleExtension {
|
||||
}
|
||||
|
||||
$title = $config->get_string('title');
|
||||
$base_href = $config->get_string('base_href');
|
||||
$base_href = make_http($config->get_string('base_href'));
|
||||
$search = "";
|
||||
if(count($search_terms) > 0) {
|
||||
$search = html_escape(implode(" ", $search_terms)) . "/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user