* Replace htmlspecialchars to htmlSpecialString for compatibility.
This commit is contained in:
@@ -614,7 +614,7 @@ class bug extends control
|
||||
$this->view->testtask = $testtask;
|
||||
$this->view->bugTitle = $title;
|
||||
$this->view->pri = $pri;
|
||||
$this->view->steps = htmlspecialchars($steps);
|
||||
$this->view->steps = htmlSpecialString($steps);
|
||||
$this->view->os = $os;
|
||||
$this->view->browser = $browser;
|
||||
$this->view->productMembers = $productMembers;
|
||||
|
||||
Reference in New Issue
Block a user