Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

대시보드 개선 #2

Description

@lansi951

tpl/dashboard.html

내용을 태그채로 노출하니 보기가 좋지 않습니다.

<td>
     {$document->content}
</td>

<!--// 변경 -->
<td>
     {nl2br(strip_tags(htmlspecialchars_decode($document->content)))}
</td>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions