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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user