diff options
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r-- | inc/parser/handler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index b1334d946..1d7af1864 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -426,6 +426,7 @@ class Doku_Handler { function rss($match, $state, $pos) { $link = preg_replace(array('/^\{\{rss>/','/\}\}$/'),'',$match); $this->_addCall('rss',array($link),$pos); + return TRUE; } function externallink($match, $state, $pos) { |