svn commit: r51925 - head/zh_CN.UTF-8/htdocs

Guangyuan Yang ygy at FreeBSD.org
Thu Jun 28 17:48:59 UTC 2018


Author: ygy
Date: Thu Jun 28 17:48:58 2018
New Revision: 51925
URL: https://svnweb.freebsd.org/changeset/doc/51925

Log:
  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

Modified:
  head/zh_CN.UTF-8/htdocs/index.xsl

Modified: head/zh_CN.UTF-8/htdocs/index.xsl
==============================================================================
--- head/zh_CN.UTF-8/htdocs/index.xsl	Thu Jun 28 16:31:59 2018	(r51924)
+++ head/zh_CN.UTF-8/htdocs/index.xsl	Thu Jun 28 17:48:58 2018	(r51925)
@@ -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>


More information about the svn-doc-all mailing list