diff options
author | Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> | 2021-06-16 15:05:02 +0100 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-06-18 01:46:22 +0800 |
commit | 7e2f3d188aef423f110b47f0db8621223f50e1da (patch) | |
tree | f7cff53969a78e20ae7f057438cca0758e9b43e0 | |
parent | 8ae99e7af15133a7849e417ba2222033b5ab2e05 (diff) | |
download | translated-content-7e2f3d188aef423f110b47f0db8621223f50e1da.tar.gz translated-content-7e2f3d188aef423f110b47f0db8621223f50e1da.tar.bz2 translated-content-7e2f3d188aef423f110b47f0db8621223f50e1da.zip |
fix #914
-rw-r--r-- | files/zh-cn/glossary/crlf/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/glossary/crlf/index.html b/files/zh-cn/glossary/crlf/index.html index 88e6dcfcda..37e54772f3 100644 --- a/files/zh-cn/glossary/crlf/index.html +++ b/files/zh-cn/glossary/crlf/index.html @@ -12,11 +12,11 @@ translation_of: Glossary/CRLF <p>紧邻的 CR 和 LF(组成 CRLF,<code>\r\n</code>,或十六进制 <code>0x0D0A</code>)将鼠标移动到下一行行首。(Windows 操作系统默认的文本换行符为 CRLF;Linux 以及 macOS 系统默认使用 LF,早期的 mac os 系统使用 CR 换行。)</p> -<h2 id="相关链接Edit">相关链接<a class="button section-edit only-icon" href="https://developer.mozilla.org/en-US/docs/Glossary/Smoke_Test$edit#Learn_more"><span>Edit</span></a></h2> +<h2 id="相关链接">相关链接</h2> <h3 id="General_knowledge">General knowledge</h3> <ul> - <li>{{interwiki("Newline")}} on Wikipedia</li> - <li>{{interwiki("Carriage return")}} on Wikipedia</li> + <li>{{interwiki("wikipedia", "Newline#In_programming_languages", "Newline")}} on Wikipedia</li> + <li>{{interwiki("wikipedia", "Carriage_return#Computers", "Carriage return")}} on Wikipedia</li> </ul> |