summaryrefslogtreecommitdiff
path: root/inc/parser/handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r--inc/parser/handler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php
index 55d343a02..28e8c4e4b 100644
--- a/inc/parser/handler.php
+++ b/inc/parser/handler.php
@@ -1393,7 +1393,7 @@ class Doku_Handler_Block {
'table_open','tablerow_open','tablecell_open','tableheader_open',
'quote_open',
'section_open', // Needed to prevent p_open between header and section_open
- 'code','file','hr','preformatted',
+ 'code','file','hr','preformatted','rss',
);
var $blockClose = array(
@@ -1402,7 +1402,7 @@ class Doku_Handler_Block {
'table_close','tablerow_close','tablecell_close','tableheader_close',
'quote_close',
'section_close', // Needed to prevent p_close after section_close
- 'code','file','hr','preformatted',
+ 'code','file','hr','preformatted','rss',
);
// Stacks can contain paragraphs