Skip to content

Commit b553c12

Browse files
adds text helper for community rules on show page
1 parent 3bd6a63 commit b553c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reddit_web/templates/community/show.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</div>
6868

6969
<small>
70-
<p><%= @community.rules %></p>
70+
<p><%= text_to_html(@community.rules) %></p>
7171
</small>
7272
</div>
7373
</div>

0 commit comments

Comments
 (0)