mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
Removed extra </pre> tag.
This commit is contained in:
@@ -52,7 +52,7 @@ else
|
||||
|
||||
$code_text = html_entity_decode($code_text, ENT_QUOTES, 'utf-8');
|
||||
$code_text = trim($code_text);
|
||||
$code_text = htmlspecialchars($code_text, ENT_QUOTES, 'utf-8').'</pre>';
|
||||
$code_text = htmlspecialchars($code_text, ENT_QUOTES, 'utf-8');
|
||||
|
||||
if($parm == 'inline')
|
||||
{
|
||||
|
Reference in New Issue
Block a user