[exim-cvs] fix: HTML entity

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] fix: HTML entity
Gitweb: https://git.exim.org/exim-website.git/commitdiff/5d825c0381af1e0bef33ba01e0bc135c4d25a4bb
Commit:     5d825c0381af1e0bef33ba01e0bc135c4d25a4bb
Parent:     ba0da048589d0c808f3161ea03de19d3bb2adc17
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Mon Mar 20 20:24:58 2023 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Mon Mar 20 20:24:58 2023 +0100


    fix: HTML entity
---
 templates/web/howto/mailman21.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/templates/web/howto/mailman21.xsl b/templates/web/howto/mailman21.xsl
index 84b8910..ef0ae89 100644
--- a/templates/web/howto/mailman21.xsl
+++ b/templates/web/howto/mailman21.xsl
@@ -163,7 +163,7 @@ MM_WRAP=MM_HOME/mail/mailman
# verifying list addresses). The option used takes a list
# which is list-split before string-expansion, so we change the
# default list-separator.
-MM_LISTCHK=&lt;&commat; MM_HOME/lists/${lc:$local_part}/config.pck</pre>
+MM_LISTCHK=&lt;, MM_HOME/lists/${lc:$local_part}/config.pck</pre>

          <h4><a href="#index" id="roconf">Exim Router</a></h4>