Skip to content

Commit

Permalink
#2414 휴지통에 담긴 글을 볼 때 HTML 소스로 보이는 문제 고침
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Oct 22, 2019
1 parent 9a192ce commit 943d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/trash/tpl/trash_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>{$lang->origin_info}</h2>

<tr>
<th scope="row">{$lang->content}</th>
<td class="text">{$oOrigin->content}</td>
<td class="text">{$oOrigin->content|noescape}</td>
</tr>
</table>

Expand Down

0 comments on commit 943d471

Please sign in to comment.