This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 56043ef fix: fix title bug.
56043ef is described below
commit 56043ef0a9573c0ab8eaf7898741c202bd737a8e
Author: 100pah <[email protected]>
AuthorDate: Tue Jul 14 22:18:16 2020 +0800
fix: fix title bug.
---
en/option.html | 2 +-
zh/option.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en/option.html b/en/option.html
index 9ff5a1a..61fed20 100644
--- a/en/option.html
+++ b/en/option.html
@@ -6,7 +6,7 @@
+ '@font-face {font-family:"noto-light";src:local("Microsoft
Yahei");}';
document.head.insertBefore(el, document.getElementById('font-hack'));
}
-</script><title><ECharts>Documentation</ECharts></title><style>html, body {
+</script><title>ECharts Documentation</title><style>html, body {
/* position: sticky should not have overflow parents.*/
overflow-x: hidden;
}</style><link rel="stylesheet"
href="https://echarts.apache.org/en/css/doc-bundle.css?_v_=1594407688442"><script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script></head><!--[if
lte IE 8]><body class="lower-ie"><div id="lowie-main"><img
src="https://echarts.apache.org/en/images/forie.png?_v_=20200710_1" alt="ie
tip"></div></body><![endif]-->
diff --git a/zh/option.html b/zh/option.html
index 5fd209f..29ca833 100644
--- a/zh/option.html
+++ b/zh/option.html
@@ -6,7 +6,7 @@
+ '@font-face {font-family:"noto-light";src:local("Microsoft
Yahei");}';
document.head.insertBefore(el, document.getElementById('font-hack'));
}
-</script><title><ECharts>Documentation</ECharts></title><style>html, body {
+</script><title>ECharts Documentation</title><style>html, body {
/* position: sticky should not have overflow parents.*/
overflow-x: hidden;
}</style><link rel="stylesheet"
href="https://echarts-www.cdn.bcebos.com/zh/css/doc-bundle.css?_v_=1594407688442"><script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script></head><!--[if
lte IE 8]><body class="lower-ie"><div id="lowie-main"><img
src="https://echarts-www.cdn.bcebos.com/zh/images/forie.png?_v_=20200710_1"
alt="ie tip"></div></body><![endif]-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]