Skip to content

Commit 0089bfa

Browse files
committed
Fix the xdoc syntax so that the resulting xhtml is valid.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@495782 13f79535-47bb-0310-9956-ffa450edef68
1 parent 53f9bf9 commit 0089bfa

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/site/xdoc/issue-tracking.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,36 +36,36 @@ limitations under the License.
3636
<p>
3737
If you would like to report a bug, or raise an enhancement request with
3838
Commons CSV please do the following:
39-
<ol>
39+
</p>
40+
<ol>
4041
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">Search existing open bugs</a>.
4142
If you find your issue listed then please add a comment with your details.</li>
4243
<li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the mailing list archive</a>.
4344
You may find your issue or idea has already been discussed.</li>
4445
<li>Decide if your issue is a bug or an enhancement.</li>
4546
<li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;component=12311182&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
4647
or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;component=12311182&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
47-
</ol>
48-
</p>
48+
</ol>
4949
<p>
5050
Please also remember these points:
51-
<ul>
51+
</p>
52+
<ul>
5253
<li>the more information you provide, the better we can help you</li>
5354
<li>test cases are vital, particularly for any proposed enhancements</li>
5455
<li>the developers of Commons CSV are all unpaid volunteers</li>
55-
</ul>
56-
</p>
56+
</ul>
5757
<p>
5858
For more information on subversion and creating patches see the
5959
<a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
6060
</p>
6161
<p>
6262
You may also find these links useful:
63-
<ul>
63+
</p>
64+
<ul>
6465
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">All Open CSV bugs</a></li>
6566
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved CSV bugs</a></li>
6667
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311182&amp;sorter/field=issuekey&amp;sorter/order=DESC">All CSV bugs</a></li>
67-
</ul>
68-
</p>
68+
</ul>
6969
</section>
7070
<!-- ================================================== -->
7171
</body>

0 commit comments

Comments
 (0)