# HG changeset patch # User dellsystem # Date 1350274925 14400 # Node ID 801bb49f317093eee3c848dc917c12fcc079cb8e # Parent 6573617409e294c00ce5d2afa57b78e46b766f8f Remove unnecessary HTML in snippet diff view diff -r 6573617409e2 -r 801bb49f3170 templates/snippet/snippet_diff.djhtml --- a/templates/snippet/snippet_diff.djhtml Sun Oct 14 16:24:14 2012 -0400 +++ b/templates/snippet/snippet_diff.djhtml Mon Oct 15 00:22:05 2012 -0400 @@ -1,17 +1,13 @@ {% load i18n %} -
-
-

- ({% trans "Close" %}) - {% blocktrans with fileA.get_absolute_url as filea_url and fileB.get_absolute_url as fileb_url and fileA.id as filea_id and fileB.id as fileb_id %} - Diff between - Snippet #{{ filea_id }} - and - Snippet #{{ fileb_id }} - {% endblocktrans %} -

+

+ ({% trans "Close" %}) + {% blocktrans with fileA.get_absolute_url as filea_url and fileB.get_absolute_url as fileb_url and fileA.id as filea_id and fileB.id as fileb_id %} + Diff between + Snippet #{{ filea_id }} + and + Snippet #{{ fileb_id }} + {% endblocktrans %} +

-
{{ difftext|safe }}
-
-
+
{{ difftext|safe }}