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 1507e72 Missing end quote
1507e72 is described below
commit 1507e72d399b3aab14cfe731f56a129fda675520
Author: Junkai Xue <[email protected]>
AuthorDate: Sun Nov 21 12:27:19 2021 -0800
Missing end quote
---
website/0.9.8/src/site/site.xml | 4 ++--
website/0.9.9/src/site/site.xml | 4 ++--
website/1.0.1/src/site/site.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/website/0.9.8/src/site/site.xml b/website/0.9.8/src/site/site.xml
index 0248b81..a97e3e8 100644
--- a/website/0.9.8/src/site/site.xml
+++ b/website/0.9.8/src/site/site.xml
@@ -52,7 +52,7 @@
})();
</script>
- ]]</head>
+ ]]></head>
<breadcrumbs position="left">
<item name="Apache Helix" href="http://helix.apache.org/"/>
@@ -99,7 +99,7 @@
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 45a7a9b..b66a28c 100644
--- a/website/0.9.9/src/site/site.xml
+++ b/website/0.9.9/src/site/site.xml
@@ -52,7 +52,7 @@
})();
</script>
- ]]</head>
+ ]]></head>
<breadcrumbs position="left">
<item name="Apache Helix" href="http://helix.apache.org/"/>
@@ -99,7 +99,7 @@
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 77b8077..1dfe3ff 100644
--- a/website/1.0.1/src/site/site.xml
+++ b/website/1.0.1/src/site/site.xml
@@ -52,7 +52,7 @@
})();
</script>
- ]]</head>
+ ]]></head>
<breadcrumbs position="left">
<item name="Apache Helix" href="http://helix.apache.org/"/>
@@ -99,7 +99,7 @@
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>