You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2021/11/21 20:15:38 UTC

[helix] branch master updated: Fix site.xml head/footer

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

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new d337079  Fix site.xml head/footer
d337079 is described below

commit d33707984c277994f73b74d21d32df8c15f0ff98
Author: Junkai Xue <jx...@linkedin.com>
AuthorDate: Sun Nov 21 12:09:42 2021 -0800

    Fix site.xml head/footer
---
 website/0.9.8/src/site/site.xml | 8 ++++----
 website/0.9.9/src/site/site.xml | 8 ++++----
 website/1.0.1/src/site/site.xml | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/website/0.9.8/src/site/site.xml b/website/0.9.8/src/site/site.xml
index 69b5332..0248b81 100644
--- a/website/0.9.8/src/site/site.xml
+++ b/website/0.9.8/src/site/site.xml
@@ -38,7 +38,7 @@
 
   <body>
 
-    <head>
+    <head><![CDATA[
       <script type="text/javascript">
 
         var _gaq = _gaq || [];
@@ -52,7 +52,7 @@
         })();
 
       </script>
-    </head>
+    ]]</head>
 
     <breadcrumbs position="left">
       <item name="Apache Helix" href="http://helix.apache.org/"/>
@@ -94,12 +94,12 @@
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
     </menu>
 -->
-    <footer>
+    <footer><![CDATA[
       <div class="row span16"><div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix project logos are trademarks of The Apache Software Foundation.
         All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
         <a href="${project.url}/privacy-policy.html">Privacy Policy</a>
       </div>
-    </footer>
+    ]]</footer>
 
 
   </body>
diff --git a/website/0.9.9/src/site/site.xml b/website/0.9.9/src/site/site.xml
index f2aa35a..45a7a9b 100644
--- a/website/0.9.9/src/site/site.xml
+++ b/website/0.9.9/src/site/site.xml
@@ -38,7 +38,7 @@
 
   <body>
 
-    <head>
+    <head><![CDATA[
       <script type="text/javascript">
 
         var _gaq = _gaq || [];
@@ -52,7 +52,7 @@
         })();
 
       </script>
-    </head>
+    ]]</head>
 
     <breadcrumbs position="left">
       <item name="Apache Helix" href="http://helix.apache.org/"/>
@@ -94,12 +94,12 @@
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
     </menu>
 -->
-    <footer>
+    <footer><![CDATA[
       <div class="row span16"><div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix project logos are trademarks of The Apache Software Foundation.
         All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
         <a href="${project.url}/privacy-policy.html">Privacy Policy</a>
       </div>
-    </footer>
+    ]]</footer>
 
 
   </body>
diff --git a/website/1.0.1/src/site/site.xml b/website/1.0.1/src/site/site.xml
index f8ee36e..77b8077 100644
--- a/website/1.0.1/src/site/site.xml
+++ b/website/1.0.1/src/site/site.xml
@@ -38,7 +38,7 @@
 
   <body>
 
-    <head>
+    <head><![CDATA[
       <script type="text/javascript">
 
         var _gaq = _gaq || [];
@@ -52,7 +52,7 @@
         })();
 
       </script>
-    </head>
+    ]]</head>
 
     <breadcrumbs position="left">
       <item name="Apache Helix" href="http://helix.apache.org/"/>
@@ -94,12 +94,12 @@
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
     </menu>
 -->
-    <footer>
+    <footer><![CDATA[
       <div class="row span16"><div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix project logos are trademarks of The Apache Software Foundation.
         All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
         <a href="${project.url}/privacy-policy.html">Privacy Policy</a>
       </div>
-    </footer>
+    ]]</footer>
 
 
   </body>