Browse Source

strip all non-processed tags from line if not raw

main
ghost 10 months ago
parent
commit
2a8c9c66a8
  1. 4
      src/Dokuwiki/Reader.php

4
src/Dokuwiki/Reader.php

@ -252,7 +252,9 @@ class Reader
array_values( array_values(
$this->_rule $this->_rule
), ),
$line strip_tags(
$line
)
) )
); );
} }

Loading…
Cancel
Save