* special some chars for correct output in view file.

This commit is contained in:
chencongzhi520@gmail.com
2011-05-01 04:02:39 +00:00
parent cebca16bf5
commit 8bb114e92f
2 changed files with 4 additions and 8 deletions

View File

@@ -353,7 +353,7 @@ class bug extends control
$this->view->buildID = $buildID;
$this->view->caseID = $caseID;
$this->view->title = $title;
$this->view->steps = $steps;
$this->view->steps = htmlspecialchars($steps);
$this->view->os = $os;
$this->view->browser = $browser;
$this->view->assignedTo = $assignedTo;