Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2016 03:19:47 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47993 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201601120319.u0C3JlNt008786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk
Date: Tue Jan 12 03:19:47 2016
New Revision: 47993
URL: https://svnweb.freebsd.org/changeset/doc/47993

Log:
  Update report-sample.xml to not give an example of a body-less <url>
  
  Since we changed the display format to be a table with the element
  body and the URL as columns, the elementy body is not really
  optional anymore.

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-sample.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-sample.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-sample.xml	Mon Jan 11 15:06:27 2016	(r47992)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-sample.xml	Tue Jan 12 03:19:47 2016	(r47993)
@@ -31,9 +31,6 @@
     <links>
       <!-- A hypertext link with a description... -->
       <url href="http://www.example.com/project/url/here">Description here.</url>
-
-      <!-- And/or one without. -->
-      <url href="http://www.example.net/another/url" />
     </links>
 
     <!-- Required section. -->



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601120319.u0C3JlNt008786>