* [bug #60526] fix special chars not show expected in doc.
This commit is contained in:
@@ -1070,7 +1070,6 @@ class docModel extends model
|
||||
$docContent->addedDate = empty($docContent->addedDate) ? null : $docContent->addedDate;
|
||||
$docContent->editedDate = empty($docContent->editedDate) ? null : $docContent->editedDate;
|
||||
$docContent->title = htmlspecialchars_decode($docContent->title);
|
||||
if(!empty($docContent->rawContent)) $docContent->rawContent = htmlspecialchars_decode($docContent->rawContent);
|
||||
return $docContent;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user