Skip to content

Commit 302aeff

Browse files
committed
Fix merge issue where the content body was rendered twice
1 parent 39168b4 commit 302aeff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/views/protips/_protip.html.haml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@
105105
%div.tip-content{itemprop: :articleBody}
106106
= raw sanitize(protip.to_html)
107107

108-
%div.tip-content{itemprop: 'articleBody'}
109-
= raw sanitize(protip.to_html)
110-
111108
- if include_comments
112109
%section.comments{ class:('no-comments' if protip.comments.empty? ) }
113110
- if protip.comments.any?

0 commit comments

Comments
 (0)