mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
r6164 에서 수정했던 issuetrackerModel::getChangesets() 부분 다시 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6175 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d722654b83
commit
010923790d
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue