mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge branch '3.3.x'
This commit is contained in:
1
tests/text_processing/tickets_data/PHPBB3-16309.html
Normal file
1
tests/text_processing/tickets_data/PHPBB3-16309.html
Normal file
@@ -0,0 +1 @@
|
||||
<img class="smilies" src="phpBB/images/smilies/lol.png" width="17" height="17" alt="[lol]" title="lol">
|
1
tests/text_processing/tickets_data/PHPBB3-16309.txt
Normal file
1
tests/text_processing/tickets_data/PHPBB3-16309.txt
Normal file
@@ -0,0 +1 @@
|
||||
[lol]
|
23
tests/text_processing/tickets_data/PHPBB3-16309.xml
Normal file
23
tests/text_processing/tickets_data/PHPBB3-16309.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<dataset>
|
||||
<table name="phpbb_smilies">
|
||||
<column>smiley_id</column>
|
||||
<column>code</column>
|
||||
<column>emotion</column>
|
||||
<column>smiley_url</column>
|
||||
<column>smiley_width</column>
|
||||
<column>smiley_height</column>
|
||||
<column>smiley_order</column>
|
||||
<column>display_on_posting</column>
|
||||
<row>
|
||||
<value>41</value>
|
||||
<value>[lol]</value>
|
||||
<value>lol</value>
|
||||
<value>lol.png</value>
|
||||
<value>17</value>
|
||||
<value>17</value>
|
||||
<value>41</value>
|
||||
<value>1</value>
|
||||
</row>
|
||||
</table>
|
||||
</dataset>
|
Reference in New Issue
Block a user