Skip to content

Commit

Permalink
Remove a trailing </p> in the change description HTML.
Browse files Browse the repository at this point in the history
Some of the change description HTML had an extra </p>. Nothing
complained, but we shouldn't have it.
  • Loading branch information
chipx86 committed Apr 5, 2012
1 parent d150506 commit 478d474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reviewboard/templates/reviews/review_detail.html
Expand Up @@ -221,7 +221,7 @@
<p><label>{% trans "Changed to:" %}</label></p>
<pre>{{fieldinfo.info.new.0}}</pre>
{% else %}
{% blocktrans with fieldinfo.info.old.0 as old_value and fieldinfo.info.new.0 as new_value %}changed from <i>{{old_value}}</i> to <i>{{new_value}}</i>{% endblocktrans %}</p>
{% blocktrans with fieldinfo.info.old.0 as old_value and fieldinfo.info.new.0 as new_value %}changed from <i>{{old_value}}</i> to <i>{{new_value}}</i>{% endblocktrans %}
{% endif %}
{% endifequal %}
{% ifequal fieldinfo.type "add_remove" %}
Expand Down

0 comments on commit 478d474

Please sign in to comment.