hide br for title
This commit is contained in:
parent
16e2c83cec
commit
7c73b4bc24
|
@ -4,6 +4,11 @@
|
|||
<i class="fa fa-eye"><%= data["view-count-head"] %>:</i>
|
||||
<span class="view-count"><%= data["view_count"] %></span>
|
||||
</div>
|
||||
<style>
|
||||
h3.page-module-title br {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
<h3 class="page-module-title"><%= data["title"].html_safe %></h3>
|
||||
|
||||
<%= data["html"].html_safe unless data["html"].nil? %>
|
||||
|
|
Loading…
Reference in New Issue