svn commit: r277036 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Jan 12 02:10:46 UTC 2015


Author: gjb
Date: Mon Jan 12 02:10:45 2015
New Revision: 277036
URL: https://svnweb.freebsd.org/changeset/base/277036

Log:
  Split the <orgname> tag out of being a single-line.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Jan 12 02:08:13 2015	(r277035)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Jan 12 02:10:45 2015	(r277036)
@@ -14,7 +14,9 @@
   <info>
     <title>&os; &release.current; Release Notes</title>
 
-    <author><orgname>The &os; Project</orgname></author>
+    <author>
+      <orgname>The &os; Project</orgname>
+    </author>
 
     <pubdate>$FreeBSD$</pubdate>
 


More information about the svn-src-head mailing list