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:38:28 UTC

[commons-rng] branch master updated: 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-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new dcc6eda0 Remove block level element from inside <p> tags
dcc6eda0 is described below

commit dcc6eda09219ec56a95749019c56c00f7950f30e
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Jun 9 16:29:03 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 bdd8b23e..0c43fb15 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>[rng] Problem with the ...</li>
-        </ul>
       </p>
+      <ul>
+        <li>[rng] Problem with the ...</li>
+      </ul>
       <p>
         Questions related to the usage of Apache Commons RNG should be posted to the
         <a href="https://mail-archives.apache.org/mod_mbox/commons-user/">User List</a>.