diff options
author | andi <andi@splitbrain.org> | 2005-04-29 12:00:17 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-29 12:00:17 +0200 |
commit | f1cf0e104cb77e2d01c6e388dbe0dba3a99d8f78 (patch) | |
tree | 3e316f75702fa5b291b4a93430e267a46ebfd787 /inc/parser/handler.php | |
parent | 6f0c5dbf635314087f00cf0b7ca387effec492b8 (diff) | |
download | rpg-f1cf0e104cb77e2d01c6e388dbe0dba3a99d8f78.tar.gz rpg-f1cf0e104cb77e2d01c6e388dbe0dba3a99d8f78.tar.bz2 |
fix for RSS feed syntax #293
darcs-hash:20050429100017-9977f-606a82e63f7883de940d816c6609f8823757e484.gz
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) { |