fix error

This commit is contained in:
chiu 2020-11-19 14:42:36 +08:00
parent bedcf2b985
commit 16e2c83cec
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<i class="fa fa-eye"><%= data["view-count-head"] %>:</i>
<span class="view-count"><%= data["view_count"] %></span>
</div>
<h3 class="page-module-title"><%= data["title"] %></h3>
<h3 class="page-module-title"><%= data["title"].html_safe %></h3>
<%= data["html"].html_safe unless data["html"].nil? %>