svn commit: r52965 - head/share/xml

Johann Kois jkois at FreeBSD.org
Sun Apr 28 15:07:17 UTC 2019


Author: jkois
Date: Sun Apr 28 15:07:16 2019
New Revision: 52965
URL: https://svnweb.freebsd.org/changeset/doc/52965

Log:
  Fix <month><name> tag in r52961 so that the month is properly displayed as text (s/04/4/).

Modified:
  head/share/xml/press.xml

Modified: head/share/xml/press.xml
==============================================================================
--- head/share/xml/press.xml	Sun Apr 28 14:59:28 2019	(r52964)
+++ head/share/xml/press.xml	Sun Apr 28 15:07:16 2019	(r52965)
@@ -15,7 +15,7 @@
     <name>2019</name>
 
     <month>
-      <name>04</name>
+      <name>4</name>
 
       <story>
 	<name>FreeBSD ZFS vs. ZoL Performance, Ubuntu ZFS On Linux Reference</name>


More information about the svn-doc-head mailing list