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

Ruey-Cherng Yu rcyu at FreeBSD.org
Thu Oct 29 09:37:06 UTC 2020


Author: rcyu
Date: Thu Oct 29 09:37:05 2020
New Revision: 54652
URL: https://svnweb.freebsd.org/changeset/doc/54652

Log:
   - add missing comma

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 Oct 29 09:35:04 2020	(r54651)
+++ head/zh_CN.UTF-8/htdocs/index.xsl	Thu Oct 29 09:37:05 2020	(r54652)
@@ -95,10 +95,10 @@
 					<li>生产环境适用: <a
 				href="&u.rel122.announce;">&rel122.current;</a>,
 				<a
-				href="&u.rel121.announce;">&rel121.current;</a>
+				href="&u.rel121.announce;">&rel121.current;</a>,
 				<a
 				href="&u.rel114.announce;">&rel114.current;</a></li>
-					<xsl:if test="'&beta.upcoming;' != 'IGNORE'">
+				<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