diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-19 16:38:56 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-19 16:45:02 -0800 |
commit | f22c278a96f46bf72d94db47fdd0efed6b61abf5 (patch) | |
tree | 340ea57d9d43e4685d097475cd695703cf9937d0 /python/fatcat_web/templates | |
parent | 046ecc62ba7a60a896200895be0b34b65ac72464 (diff) | |
download | fatcat-f22c278a96f46bf72d94db47fdd0efed6b61abf5.tar.gz fatcat-f22c278a96f46bf72d94db47fdd0efed6b61abf5.zip |
web editgroup diff: don't enrich in TOML diff; fix overlapping break
Diffstat (limited to 'python/fatcat_web/templates')
-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 %} |