This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new c216f4f add spacing
c216f4f is described below
commit c216f4f4158efd843e6af3e8b4498c1cfe261608
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Nov 21 23:40:25 2021 +0100
add spacing
---
webui/list.html | 4 ++--
webui/thread.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/webui/list.html b/webui/list.html
index 93f6eed..828053e 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -104,8 +104,8 @@ the License. -->
</div>
<div>
<b>Email display mode:</b><br/><br/>
- <input type="radio" id="email_mode_chatty" name="ui_emailmode"
value="chatty" onchange="set_skin(true);"><label for="email_mode_chatty">Modern
rendering</label><br/>
- <input type="radio" id="email_mode_plain" name="ui_emailmode"
value="plain" onchange="set_skin(false);"><label for="email_mode_plain">Legacy
rendering</label><br/>
+ <input type="radio" id="email_mode_chatty" name="ui_emailmode"
value="chatty" onchange="set_skin(true);"> <label
for="email_mode_chatty">Modern rendering</label><br/>
+ <input type="radio" id="email_mode_plain" name="ui_emailmode"
value="plain" onchange="set_skin(false);"> <label for="email_mode_plain">Legacy
rendering</label><br/>
</div>
diff --git a/webui/thread.html b/webui/thread.html
index 3f14804..9d0fd41 100644
--- a/webui/thread.html
+++ b/webui/thread.html
@@ -60,8 +60,8 @@ the License. -->
<div style="width: 95%; display: inline-block; float: right;
border-radius: 5px; border: 1px solid #3339; margin: 1%; padding: 1%;">
<b>Email display mode:</b><hr/>
- <input type="radio" id="email_mode_chatty" name="ui_emailmode"
value="chatty" onchange="set_skin_permalink(true);"><label
for="email_mode_chatty">Modern rendering</label><br/>
- <input type="radio" id="email_mode_plain" name="ui_emailmode"
value="plain" onchange="set_skin_permalink(false);"><label
for="email_mode_plain">Legacy rendering</label><br/>
+ <input type="radio" id="email_mode_chatty" name="ui_emailmode"
value="chatty" onchange="set_skin_permalink(true);"> <label
for="email_mode_chatty">Modern rendering</label><br/>
+ <input type="radio" id="email_mode_plain" name="ui_emailmode"
value="plain" onchange="set_skin_permalink(false);"> <label
for="email_mode_plain">Legacy rendering</label><br/>
</div>