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

Glen Barber gjb at FreeBSD.org
Fri May 22 21:57:24 UTC 2020


Author: gjb
Date: Fri May 22 21:57:24 2020
New Revision: 54173
URL: https://svnweb.freebsd.org/changeset/doc/54173

Log:
  Add a gratuitious newline to the index page to make sure it gets rebuilt
  on the next update, following a misfire when sending the 11.4-RC1
  announcement.
  
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

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 22 21:54:06 2020	(r54172)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Fri May 22 21:57:24 2020	(r54173)
@@ -6,6 +6,7 @@
 
 <!-- $FreeBSD$ -->
 
+
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns="http://www.w3.org/1999/xhtml">


More information about the svn-doc-all mailing list