1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

just preparing...

git-svn-id: file:///svn/phpbb/trunk@5468 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-01-17 18:03:15 +00:00
parent 4cab619758
commit 4d4eab9c32
5 changed files with 385 additions and 209 deletions

View File

@@ -312,7 +312,7 @@ class bbcode_firstpass extends bbcode
}
// Because highlight_string is specialcharing the text (but we already did this before), we have to reverse this in order to get correct results
$code = strtr($code, array_flip(get_html_translation_table(HTML_ENTITIES)));
$code = html_entity_decode($code);
ob_start();
highlight_string($code);