svn commit: r50803 - head/share/xml

Stephen Hurd shurd at FreeBSD.org
Wed Sep 6 14:07:39 UTC 2017


Author: shurd (src,ports committer)
Date: Wed Sep  6 14:07:38 2017
New Revision: 50803
URL: https://svnweb.freebsd.org/changeset/doc/50803

Log:
  Fix incorrect separate day tag for each event in the same day
  
  Approved by:	sbruno (mentor, implied)
  Differential Revision:	https://reviews.freebsd.org/D12242

Modified:
  head/share/xml/news.xml

Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml	Wed Sep  6 00:44:19 2017	(r50802)
+++ head/share/xml/news.xml	Wed Sep  6 14:07:38 2017	(r50803)
@@ -35,17 +35,13 @@
       <name>9</name>
 
       <day>
-        <name>2</name>
+	<name>2</name>
 
         <event>
           <p>New committer:
             <a href="mailto:shurd at FreeBSD.org">Stephen Hurd</a>
             (src)</p>
         </event>
-      </day>
-
-      <day>
-	<name>2</name>
 
 	<event>
 	  <title>&os; 10.4-BETA3 Available</title>


More information about the svn-doc-all mailing list