Browse Source

strip all non-processed tags from line if not raw

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

2
src/Dokuwiki/Reader.php

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

Loading…
Cancel
Save