[neomutt-devel] [PATCH] fix formatting of emails
Alejandro Colomar
alx at kernel.org
Fri Sep 15 00:20:53 CEST 2023
- Remove spurious space after '<'.
- Add space after '>'.
Signed-off-by: Alejandro Colomar <alx at kernel.org>
---
Hi!
Here are some fixes to formatting issues I found in the website.
Cheers,
Alex
P.S.: I'm not subscribed to the list.
guide/index.html | 3 +--
guide/intro.html | 20 ++++++++++----------
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/guide/index.html b/guide/index.html
index fc816d7..26aa89c 100644
--- a/guide/index.html
+++ b/guide/index.html
@@ -15,8 +15,7 @@ title: The NeoMutt E-Mail Client
<span class="firstname">Michael</span>
<span class="surname">Elkins</span>
</h3>
- <code class="email"><
- <a class="email" href="mailto:me at cs.hmc.edu">me at cs.hmc.edu</a>></code>
+ <code class="email"><<a class="email" href="mailto:me at cs.hmc.edu">me at cs.hmc.edu</a>></code>
</div>
</div>
<div>
diff --git a/guide/intro.html b/guide/intro.html
index 6cb4fc0..2cebc8a 100644
--- a/guide/intro.html
+++ b/guide/intro.html
@@ -40,17 +40,17 @@ title: Introduction
<ul class="itemizedlist" style="list-style-type: disc;">
<li class="listitem">
<p>
- <code class="email"><
- <a class="email" href="mailto:neomutt-users at neomutt.org">neomutt-users at neomutt.org</a>></code>– help, bug reports and feature requests. To subscribe to this list, please send a mail to
- <code class="email"><
- <a class="email" href="mailto:neomutt-users-request at neomutt.org">neomutt-users-request at neomutt.org</a>></code>with the subject "subscribe".</p>
+ <code class="email"><<a class="email" href="mailto:neomutt-users at neomutt.org">neomutt-users at neomutt.org</a>></code>
+ – help, bug reports and feature requests. To subscribe to this list, please send a mail to
+ <code class="email"><<a class="email" href="mailto:neomutt-users-request at neomutt.org">neomutt-users-request at neomutt.org</a>></code>
+ with the subject "subscribe".</p>
</li>
<li class="listitem">
<p>
- <code class="email"><
- <a class="email" href="mailto:neomutt-devel at neomutt.org">neomutt-devel at neomutt.org</a>></code>– development mailing list. To subscribe to this list, please send a mail to
- <code class="email"><
- <a class="email" href="mailto:neomutt-devel-request at neomutt.org">neomutt-devel-request at neomutt.org</a>></code>with the subject "subscribe".</p>
+ <code class="email"><<a class="email" href="mailto:neomutt-devel at neomutt.org">neomutt-devel at neomutt.org</a>></code>
+ – development mailing list. To subscribe to this list, please send a mail to
+ <code class="email"><<a class="email" href="mailto:neomutt-devel-request at neomutt.org">neomutt-devel-request at neomutt.org</a>></code>
+ with the subject "subscribe".</p>
</li>
</ul>
</div>
@@ -190,8 +190,8 @@ neomutt -v
</div>
</div>
<p>NeoMutt is Copyright © 1996-2021 Michael R. Elkins
- <code class="email"><
- <a class="email" href="mailto:me at mutt.org">me at mutt.org</a>></code>and others.</p>
+ <code class="email"><<a class="email" href="mailto:me at mutt.org">me at mutt.org</a>></code>
+ and others.</p>
<p>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
--
2.40.1
More information about the neomutt-devel
mailing list