diff --git a/plugins/rssplugin/RSSDocumentLinkAction.php b/plugins/rssplugin/RSSDocumentLinkAction.php index 6893b79..afbfbc2 100644 --- a/plugins/rssplugin/RSSDocumentLinkAction.php +++ b/plugins/rssplugin/RSSDocumentLinkAction.php @@ -25,7 +25,7 @@ class RSSDocumentLinkAction extends KTDocumentAction { $iFId = $oDocument->getID(); // return link...there MIGHT be a nicer way of doing this? - return "RSS"; + return "RSS"; } } ?> \ No newline at end of file