You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2020/09/23 09:30:09 UTC

[maven-surefire] branch master updated: [SUREFIRE-1843] - Trademarks / privacy policy footer displays broken

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

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 51e0441  [SUREFIRE-1843] - Trademarks / privacy policy footer displays broken
     new 3517103  Merge pull request #315 from michaelboyles/fix-footer
51e0441 is described below

commit 51e04414c3e66835b470c4566b78272b4d5a0c74
Author: Michael Boyles <mi...@hotmail.co.uk>
AuthorDate: Wed Sep 23 00:17:58 2020 +0100

    [SUREFIRE-1843] - Trademarks / privacy policy footer displays broken
---
 src/site/site.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index c3ca347..256a88c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -64,12 +64,7 @@
     
     <footer>
 		<![CDATA[
-		<div class="row pull-left">
-		  <p>Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</p>
-		</div>
-		<div class="row pull-left">
-		  <a href="${project.url}privacy-policy.html">Privacy Policy</a>
-        </div>
+		  <p>Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation. <a href="${project.url}privacy-policy.html">Privacy Policy</a></p>
         ]]>
     </footer>
   </body>