r6164 에서 수정했던 issuetrackerModel::getChangesets() 부분 다시 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6175 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mooo 2009-04-23 07:17:52 +00:00
parent d722654b83
commit 010923790d

View file

@ -401,7 +401,7 @@
// message에 htmlspecialchars() 적용
foreach($output->data as $key => $changeset)
$changeset->message = htmlspecialchars($this->_linkXE($changeset->message));
$changeset->message = $this->_linkXE(htmlspecialchars($changeset->message));
}
if(in_array('issue_changed', $targets))