Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2018 15:09:02 +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: r52695 - head/zh_TW.UTF-8/htdocs
Message-ID:  <201812171509.wBHF92Sd017979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:&nbsp;<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>



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