1
0
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:
JoshyPHP
2017-07-03 16:06:50 +02:00
parent aef138d8bc
commit 329e5c5e05
6 changed files with 27 additions and 15 deletions

View File

@@ -0,0 +1 @@
foo **** baz

View File

@@ -0,0 +1 @@
foo <bar> baz

View 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>&lt;*&gt;</value>
<value>****</value>
</row>
</table>
</dataset>