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.
This commit is contained in:
Benjamin Kaduk 2016-01-12 03:19:47 +00:00
parent cc204e9425
commit 6f6c9c966d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47993

View file

@ -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. -->