This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flex-site.git
The following commit(s) were added to refs/heads/main by this push:
new 657cca26f footer: fix ul/li marker
657cca26f is described below
commit 657cca26f152c3fb55b18f27b22118767ffcffdf
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Jun 25 11:19:42 2025 -0700
footer: fix ul/li marker
---
theme/apache/templates/base.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 039c5a5c2..2fa8b8a5e 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -310,12 +310,12 @@
<div class="footer-headline"><h4>Subscribe</h4></div>
<p>We have two mailing lists, one for SDK developers, and one for
SDK users.</p>
<ul>
- <li><p><strong>Users</strong>, send an email to <br>
- <a
href="mailto:[email protected]">[email protected]</a>
- </p></li>
- <li><p><strong>Contributors</strong>, send an email to <br>
- <a
href="mailto:[email protected]">[email protected]</a>
- </p></li>
+ <li><strong>Users</strong>, send an email to <br>
+ <a
href="mailto:[email protected]">[email protected]</a>
+ </li>
+ <li><strong>Contributors</strong>, send an email to <br>
+ <a
href="mailto:[email protected]">[email protected]</a>
+ </li>
</ul>
</div>