http://zentaoms.googlecode.com/svn/trunk/module/bug/model.php@1059
Index: model.php =================================================================== --- model.php (revision 1058) +++ model.php (revision 1059) @@ -53,7 +53,7 @@ ->setDefault('openedBuild', '') ->setIF($this->post->assignedTo != '', 'assignedDate', $now) ->setIF($this->post->story != false, 'storyVersion', $this->loadModel('story')->getVersion($this->post->story)) - ->specialChars('title,steps,keyword') + ->specialChars('title,keyword') ->cleanInt('product, module, severity') ->join('openedBuild', ',') ->remove('files, labels') @@ -110,7 +110,7 @@ $now = helper::now(); $bug = fixer::input('post') ->cleanInt('product,module,severity,project,story,task') - ->specialChars('title,steps,keyword') + ->specialChars('title,keyword') ->remove('comment,files,labels') ->setDefault('project,module,project,story,task,duplicateBug', 0) ->setDefault('openedBuild', '')