diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index fa267ad8..be894afe 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -904,7 +904,7 @@ class serendipity_syndication_plugin extends serendipity_plugin { if (serendipity_db_bool($this->get_config('show_0.91', true))) { ?>
- XML + XML RSS 0.91 feed
get_config('show_1.0', true))) { ?>
- XML + XML RSS 1.0 feed
get_config('show_2.0', true))) { ?>
- XML + XML RSS 2.0 feed
get_config('show_atom0.3', true))) { ?>
- ATOM/XML + ATOM/XML ATOM 0.3 feed
get_config('show_atom1.0', true))) { ?>
- ATOM/XML + ATOM/XML ATOM 1.0 feed
get_config('show_2.0c', true))) { ?>
- XML + XML RSS 2.0
get_config('show_opml1.0', false))) { ?>
- XML + XML OPML 1.0 feed
XML '; + $html .= 'XML '; } $html .= ''. htmlspecialchars($auth['realname']) . $entrycount . ''; $html .= '' . "\n";