You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/09 15:37:07 UTC

[commons-numbers] 02/02: Remove block level element from inside

tags

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 910e04774631a9b753bb451f6135e8f5be18c334
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Jun 9 16:35:21 2022 +0100

    Remove block level element from inside <p> tags
---
 src/site/xdoc/mail-lists.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 2833cd62..7dc2013f 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -53,10 +53,10 @@ limitations under the License.
         To make it easier for people to only read messages related to components they are interested in,
         the convention in Commons is to prefix the subject line of messages with the component's name,
         for example:
-        <ul>
-          <li>[numbers] Problem with the ...</li>
-        </ul>
       </p>
+      <ul>
+        <li>[numbers] Problem with the ...</li>
+      </ul>
       <p>
         Questions related to the usage of Apache Commons Numbers should be posted to the
         <a href="https://mail-archives.apache.org/mod_mbox/commons-user/">User List</a>.