From 0680a6f67fcaa04cfe1786e5c71e92545b4c56ba Mon Sep 17 00:00:00 2001 From: RogerHaase Date: Thu, 14 Nov 2024 13:28:35 -0700 Subject: [PATCH] remove trailing blanks, fix template indentation after "m coding-std" --- src/moin/static/css/common.css | 2 +- src/moin/templates/modify.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/moin/static/css/common.css b/src/moin/static/css/common.css index 196d483a0..1e0d3e171 100644 --- a/src/moin/static/css/common.css +++ b/src/moin/static/css/common.css @@ -594,7 +594,7 @@ li.moin-selected-groups { font-size: 1em; font-weight: bold; } .moin-form .moin-radio input { width: 1em; } .moin-form .submit-buttons{ display: flex; column-gap: 8pt; justify-content: end; - margin: 8pt 0; } + margin: 8pt 0; } #options dd { width: 10%; } #options dt { width: 60%; max-width: 40em; } diff --git a/src/moin/templates/modify.html b/src/moin/templates/modify.html index 9cf770e05..105d19ae0 100644 --- a/src/moin/templates/modify.html +++ b/src/moin/templates/modify.html @@ -77,9 +77,9 @@

{{ title }}

POSTs originate from their respective applets. #} {% if not form['content_form'].is_draw %} -
- {{ forms.render(form['comment']) }} -
+
+ {{ forms.render(form['comment']) }} +
{% endif %} {{ meta_editor(form['meta_form'], may_admin) }} @@ -93,7 +93,7 @@

{{ title }}

POSTs originate from their respective applets. #} {% if not form['content_form'].is_draw %} - +
{% set warning = "" %} {{ gen.input(type='submit', id='moin-cancel-text-button', name='cancel', value=form.cancel_label,