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

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new d196312b chore: remove unexpected >
d196312b is described below

commit d196312b177b1d0825598e13f6e651199a6e16d2
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Mon May 2 00:45:32 2022 +0800

    chore: remove unexpected >
---
 src/editor/sandbox/openwith/helper.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/editor/sandbox/openwith/helper.js 
b/src/editor/sandbox/openwith/helper.js
index 020cef67..37151e39 100644
--- a/src/editor/sandbox/openwith/helper.js
+++ b/src/editor/sandbox/openwith/helper.js
@@ -34,7 +34,7 @@ export function getTemplates(title, scripts, css) {
         ? `<script>${script.content}</script>`
         : `<script src="${
             script.src.indexOf('api.map.baidu.com/api') > -1
-              ? script.src.replace(/(ak=)(\S+)$/, '$1YOUR_API_KEY>')
+              ? script.src.replace(/(ak=)(\S+)$/, '$1YOUR_API_KEY')
               : script.src
           }"></script>`
     )


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to