diff options
Diffstat (limited to 'python/fatcat_web/templates/editgroup_diff.html')
-rw-r--r-- | python/fatcat_web/templates/editgroup_diff.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/editgroup_diff.html b/python/fatcat_web/templates/editgroup_diff.html index 4b32fbf5..ec5e4a82 100644 --- a/python/fatcat_web/templates/editgroup_diff.html +++ b/python/fatcat_web/templates/editgroup_diff.html @@ -13,6 +13,7 @@ {{ entity_macros.extra_metadata(edit.extra) }} {% endif %} {% if edit.revision and not edit.redirect_ident and edit.ident in diffs and diffs[edit.ident] != None %} + <br clear="all"> <div style="border: 1px solid black; font-size: smaller; font-color: #222; word-break: break-all; margin-top: 0.5em; margin-bottom: 0.5em;"> {% for line in diffs[edit.ident] %} {% set line_space = false %} |