Author: Derick Rethans (derickr)
Date: 2024-05-20T16:27:18+01:00
Commit:
https://github.com/php/web-php/commit/5f8de3a99909401a38346aa453c680ac3b17d4eb
Raw diff:
https://github.com/php/web-php/commit/5f8de3a99909401a38346aa453c680ac3b17d4eb.diff
Fixed help address
Changed paths:
M mailing-lists.php
Diff:
diff --git a/mailing-lists.php b/mailing-lists.php
index e0ed84b434..41e489beac 100644
--- a/mailing-lists.php
+++ b/mailing-lists.php
@@ -411,7 +411,7 @@ function output_lists_table($mailing_lists): void
<ul>
<li>For a FAQ (Frequently Asked Questions):<br/>
- Email: <code>php-<em>listname</em>[email protected]</code></li>
+ Email: <code>php-<em>listname</em>[email protected]</code></li>
<li>To reach an administrator:<br/>
Email: <code>php-<em>listname</em>[email protected]</code></li>
</ul>