svn commit: r44930 - head/en_US.ISO8859-1/htdocs

Glen Barber gjb at FreeBSD.org
Sat May 24 00:17:04 UTC 2014


Author: gjb
Date: Sat May 24 00:17:03 2014
New Revision: 44930
URL: http://svnweb.freebsd.org/changeset/doc/44930

Log:
  There is no need to specify the difference between
  N.M-BETA1 and N.M-RC1 from the upcoming N.M-RELEASE
  testing builds.  It causes too much confusion when
  N.M-BETA1 is shown on the index page, but N.M-BETA2
  is available on FTP.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/index.xsl

Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl	Fri May 23 23:01:06 2014	(r44929)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Sat May 24 00:17:03 2014	(r44930)
@@ -84,12 +84,12 @@
 					<a
 				href="&u.rel3.announce;">&rel3.current;</a></li>
 			    <xsl:if test="'&beta.upcoming;' != 'IGNORE'">
-					<li>Upcoming:<br/><a
-				href="&u.betarel.schedule;">&betarel.current;-&betarel.vers;</a></li>
+					<li>Upcoming: <a
+				href="&u.betarel.schedule;">&betarel.current;</a></li>
 			    </xsl:if>
 			    <xsl:if test="'&beta2.upcoming;' != 'IGNORE'">
-					<li>Upcoming:<br/><a
-				href="&u.betarel2.schedule;">&betarel2.current;-&betarel2.vers;</a></li>
+					<li>Upcoming: <a
+				href="&u.betarel2.schedule;">&betarel2.current;</a></li>
 			    </xsl:if>
 				  </ul>
 			  </div> <!-- FRONTRELEASESCONTENT -->


More information about the svn-doc-all mailing list