svn commit: r48193 - head/share/xml

Warren Block wblock at FreeBSD.org
Thu Feb 18 14:13:23 UTC 2016


Author: wblock
Date: Thu Feb 18 14:13:21 2016
New Revision: 48193
URL: https://svnweb.freebsd.org/changeset/doc/48193

Log:
  Fix the XML so events are only rendered once.
  
  Submitted by:	pi

Modified:
  head/share/xml/news.xml

Modified: head/share/xml/news.xml
==============================================================================
--- head/share/xml/news.xml	Thu Feb 18 13:51:00 2016	(r48192)
+++ head/share/xml/news.xml	Thu Feb 18 14:13:21 2016	(r48193)
@@ -32,6 +32,8 @@
     <name>2016</name>
 
     <month>
+      <name>2</name>
+
       <day>
 	<name>17</name>
 
@@ -42,12 +44,6 @@
 	    <a href="https://blog.des.no/2016/02/freebsd-and-cve-2015-7547/">&os;
 	    and the recent glibc CVE-2015-7547 vulnerability</a>.</p>
 	</event>
-      </day>
-
-      <name>2</name>
-
-      <day>
-	<name>17</name>
 
 	<event>
 	  <title>Analysis of &os; Kernel by PVS-Studio</title>


More information about the svn-doc-head mailing list