svn commit: r52695 - head/zh_TW.UTF-8/htdocs

Ruey-Cherng Yu rcyu at FreeBSD.org
Mon Dec 17 15:09:03 UTC 2018


Author: rcyu
Date: Mon Dec 17 15:09:02 2018
New Revision: 52695
URL: https://svnweb.freebsd.org/changeset/doc/52695

Log:
  - Fix the position of the comma.

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

Modified: head/zh_TW.UTF-8/htdocs/index.xsl
==============================================================================
--- head/zh_TW.UTF-8/htdocs/index.xsl	Mon Dec 17 14:21:08 2018	(r52694)
+++ head/zh_TW.UTF-8/htdocs/index.xsl	Mon Dec 17 15:09:02 2018	(r52695)
@@ -91,9 +91,9 @@
 				  <h2><a href="&base;/releases/">最新版本</a></h2>
 				  <ul id="frontreleaseslist">
 					<li>Production: <a
-				href="&u.rel.announce;">&rel.current;</a>
+				href="&u.rel.announce;">&rel.current;</a>,
 					<a
-				href="&u.rel1.announce;">&rel1.current;</a>,
+				href="&u.rel1.announce;">&rel1.current;</a>
 				<?ignore
 				<a
 				href="&u.rel2.announce;">&rel2.current;</a></li>


More information about the svn-doc-head mailing list