Skip to content

Commit

Permalink
LFE comment view now renders the html instead of showing the html mar…
Browse files Browse the repository at this point in the history
…kup.
  • Loading branch information
lethain committed Jun 2, 2008
1 parent 8c41bb7 commit af12629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lifeflow/editor/comments.html
Expand Up @@ -15,7 +15,7 @@
<li id="comment_{{ comment.pk }}">
<div class="data">
<p> {{ comment.name }} ({{ comment.email }}) at {{ comment.date }} on {{ comment.entry }}. </p>
<p>{{ comment.html }}</p>
<p>{{ comment.html|safe }}</p>
</div>
<div class="controls">
<a class="button negative" onclick="delete_comment({{ comment.pk }})">delete</a>
Expand Down

0 comments on commit af12629

Please sign in to comment.