mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15261] Fix censoring HTML tags
PHPBB3-15261
This commit is contained in:
1
tests/text_processing/tickets_data/PHPBB3-15261.html
Normal file
1
tests/text_processing/tickets_data/PHPBB3-15261.html
Normal file
@@ -0,0 +1 @@
|
||||
foo **** baz
|
1
tests/text_processing/tickets_data/PHPBB3-15261.txt
Normal file
1
tests/text_processing/tickets_data/PHPBB3-15261.txt
Normal file
@@ -0,0 +1 @@
|
||||
foo <bar> baz
|
14
tests/text_processing/tickets_data/PHPBB3-15261.xml
Normal file
14
tests/text_processing/tickets_data/PHPBB3-15261.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<dataset>
|
||||
<table name="phpbb_words">
|
||||
<column>word_id</column>
|
||||
<column>word</column>
|
||||
<column>replacement</column>
|
||||
|
||||
<row>
|
||||
<value>1</value>
|
||||
<value><*></value>
|
||||
<value>****</value>
|
||||
</row>
|
||||
</table>
|
||||
</dataset>
|
Reference in New Issue
Block a user