diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2018-06-28 17:48:58 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2018-06-28 17:48:58 +0000 |
commit | 187932ee1d4c067a040008114dbfc66869b8bc6f (patch) | |
tree | 085a9d5e5a9dbba2c6f5583022853df6c1097c75 /zh_CN.UTF-8 | |
parent | e73a55b5ba39d5b7c751ef89bfdfcf305d8ef594 (diff) | |
download | doc-187932ee1d4c067a040008114dbfc66869b8bc6f.tar.gz doc-187932ee1d4c067a040008114dbfc66869b8bc6f.zip |
Update release list on the homepage from the English version.
MFen: r51696 -> r51914
Reviewed by: loader (mentor)
Approved by: loader (mentor)
Differential Revision: https://reviews.freebsd.org/D16041
Notes
Notes:
svn path=/head/; revision=51925
Diffstat (limited to 'zh_CN.UTF-8')
-rw-r--r-- | zh_CN.UTF-8/htdocs/index.xsl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/zh_CN.UTF-8/htdocs/index.xsl b/zh_CN.UTF-8/htdocs/index.xsl index 5aac1ebd1e..5c0c04e648 100644 --- a/zh_CN.UTF-8/htdocs/index.xsl +++ b/zh_CN.UTF-8/htdocs/index.xsl @@ -94,9 +94,11 @@ <ul id="frontreleaseslist"> <li>生产环境适用: <a href="&u.rel.announce;">&rel.current;</a>, - <a - href="&u.rel1.announce;">&rel1.current;</a></li> - <xsl:if test="'&beta.upcoming;' != 'IGNORE'"> + <a + href="&u.rel1.announce;">&rel1.current;</a>, + <a + href="&u.rel2.announce;">&rel2.current;</a></li> + <xsl:if test="'&beta.upcoming;' != 'IGNORE'"> <li>即将发布: <a href="&u.betarel.schedule;">&betarel.current;</a></li> </xsl:if> |