diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | 711e090fcd2bc3e79231a75f88fc75563f135ca2 (patch) | |
tree | e0b8abde182a5a499795872caf26d9bd4f1d1932 /files/zh-cn/web/javascript/guide/text_formatting/index.html | |
parent | b6a647eec4df2ae42be842b33af92dc7fc8b50b7 (diff) | |
download | translated-content-711e090fcd2bc3e79231a75f88fc75563f135ca2.tar.gz translated-content-711e090fcd2bc3e79231a75f88fc75563f135ca2.tar.bz2 translated-content-711e090fcd2bc3e79231a75f88fc75563f135ca2.zip |
remove `summary` and `seoSummary` class for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/guide/text_formatting/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/guide/text_formatting/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/guide/text_formatting/index.html b/files/zh-cn/web/javascript/guide/text_formatting/index.html index b0f8b412fe..ea610bb1ca 100644 --- a/files/zh-cn/web/javascript/guide/text_formatting/index.html +++ b/files/zh-cn/web/javascript/guide/text_formatting/index.html @@ -8,7 +8,7 @@ translation_of: Web/JavaScript/Guide/Text_formatting --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Numbers_and_dates", "Web/JavaScript/Guide/Regular_Expressions")}}</div> -<p class="summary">本章介绍在Javascript中如何使用字符串与文本内容。</p> +<p>本章介绍在Javascript中如何使用字符串与文本内容。</p> <h2 id="字符串">字符串</h2> |