We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XE 1.11.0 이후에서 관리자페이지->휴지통 에서 휴지통에 담긴 글을 볼때.. html 소스가 노출되는 현상 이 생기는데 이는 최신 XE 에서 보안때문에 변경된 부분에 의해 생긴 버그네요
modules/trash/tpl/trash_view.html 에서
{$oOrigin->content}
를 아래걸로 변경하면 됩니다.
{$oOrigin->content|noescape}
The text was updated successfully, but these errors were encountered:
감사합니다. 제안하신 것처럼 수정했습니다.
Sorry, something went wrong.
#2414 휴지통에 담긴 글을 볼 때 HTML 소스로 보이는 문제 고침
943d471
No branches or pull requests
XE 1.11.0 이후에서
관리자페이지->휴지통 에서 휴지통에 담긴 글을 볼때.. html 소스가 노출되는 현상 이 생기는데
이는 최신 XE 에서 보안때문에 변경된 부분에 의해 생긴 버그네요
modules/trash/tpl/trash_view.html 에서
{$oOrigin->content}
를 아래걸로 변경하면 됩니다.
{$oOrigin->content|noescape}
The text was updated successfully, but these errors were encountered: