diff options
author | Tanner Dolby <tannercdolby@gmail.com> | 2022-02-22 01:49:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 17:49:36 +0800 |
commit | 6e9fe98036090a37cc6247b873845505e5b512fb (patch) | |
tree | 5fc00117ddfd9f448eb9e8011b5bd7f6d8000e8d /files/zh-cn/learn/server-side | |
parent | 70c3e11f3335e7701325f125fd712c84d6c1f9bf (diff) | |
download | translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.tar.gz translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.tar.bz2 translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.zip |
Removes empty <div> or <p> elements from pages (#3093)
* Removes all empty paragraph elements
* Removes all empty div elements
* Preserve empty div in code snippet
* Preserve empty elements inside code snippets
* Remove fr files which were converted into markdown
* Web/CSS/transform-function/scaleX()/index.html
The file is already renamed to index.md。
* remove not needed file
* Resolve remaining conflict
Co-authored-by: julieng <julien.gattelier@gmail.com>
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/zh-cn/learn/server-side')
-rw-r--r-- | files/zh-cn/learn/server-side/first_steps/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/learn/server-side/first_steps/introduction/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/learn/server-side/first_steps/index.html b/files/zh-cn/learn/server-side/first_steps/index.html index c047603f72..d48baa0e26 100644 --- a/files/zh-cn/learn/server-side/first_steps/index.html +++ b/files/zh-cn/learn/server-side/first_steps/index.html @@ -12,7 +12,7 @@ translation_of: Learn/Server-side/First_steps <div>在我们的服务端编程板块中,我们回答了服务端编程的一系列基础问题—“它是什么?”,“它和客户端编程的区别是什么?”,还有“为什么它是有价值的?”。然后我们提供了对几个最受欢迎的服务端Web框架的概览,同时还有对如何选择最适合的框架来创建你第一个网站的指导。最后我们提供了一篇从高层次介绍Web服务器安全的文章。</div> -<div></div> + <h2 id="先决条件">先决条件</h2> diff --git a/files/zh-cn/learn/server-side/first_steps/introduction/index.html b/files/zh-cn/learn/server-side/first_steps/introduction/index.html index 7f6a05f4e0..b324688be1 100644 --- a/files/zh-cn/learn/server-side/first_steps/introduction/index.html +++ b/files/zh-cn/learn/server-side/first_steps/introduction/index.html @@ -12,7 +12,7 @@ tags: translation_of: Learn/Server-side/First_steps/Introduction --- <div> -<div></div> + <div>{{NextMenu("Learn/Server-side/First_steps/Client-Server_overview", "Learn/Server-side/First_steps")}}</div> </div> |