|
@@ 118-121 (lines=4) @@
|
| 115 |
|
} |
| 116 |
|
$info->link = getUrl('','mid',$mid); |
| 117 |
|
$info->feed_copyright = str_replace('\'', ''', htmlspecialchars($feed_config->feed_copyright, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)); |
| 118 |
|
if(!$info->feed_copyright) |
| 119 |
|
{ |
| 120 |
|
$info->feed_copyright = str_replace('\'', ''', htmlspecialchars($total_config->feed_copyright, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)); |
| 121 |
|
} |
| 122 |
|
} |
| 123 |
|
} |
| 124 |
|
} |
|
@@ 144-144 (lines=1) @@
|
| 141 |
|
} |
| 142 |
|
if($add_description) $info->description .= "\r\n".$add_description; |
| 143 |
|
|
| 144 |
|
if($total_config->image) $info->image = Context::getRequestUri().str_replace('\'', ''', htmlspecialchars($total_config->image, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)); |
| 145 |
|
switch(Context::get('format')) |
| 146 |
|
{ |
| 147 |
|
case 'atom': |