Author: britter Date: Tue Jun 7 19:01:12 2016 New Revision: 1747303 URL: http://svn.apache.org/viewvc?rev=1747303&view=rev Log: Add missing closing p tag
Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/xdoc/index.xml?rev=1747303&r1=1747302&r2=1747303&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/bcel/trunk/src/site/xdoc/index.xml Tue Jun 7 19:01:12 2016 @@ -97,7 +97,7 @@ <section name="Getting Involved"> <p> The <a href="mail-lists.html">commons developer mailing list</a> is the main channel of communication for contributors. Please remember that the lists are shared between all commons components, so prefix your email by [lang]. </p> - <p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <a href="issue-tracking.html">JIRA</a>. + <p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <a href="issue-tracking.html">JIRA</a>.</p> <p>Alternatively you can go through the <em>Needs Work</em> tags in the <a href="taglist.html">TagList report</a>.</p> <p>If you'd like to offer up pull requests via GitHub rather than applying patches to JIRA, we have a <a href="https://github.com/apache/commons-bcel/">GitHub mirror</a>. </p> </section>