Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 09:37:05 +0000 (UTC)
From:      Ruey-Cherng Yu <rcyu@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r54652 - head/zh_CN.UTF-8/htdocs
Message-ID:  <202010290937.09T9b5tt098045@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>生产环境适用:&nbsp;<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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010290937.09T9b5tt098045>