]> git.donarmstrong.com Git - xtable.git/commitdiff
Added some <P> tags to index.php.
authorroosen <roosen@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Thu, 6 Oct 2011 14:14:05 +0000 (14:14 +0000)
committerroosen <roosen@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Thu, 6 Oct 2011 14:14:05 +0000 (14:14 +0000)
git-svn-id: svn://scm.r-forge.r-project.org/svnroot/xtable@10 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

www/index.php

index 5fa32960d2133dbc43fc140be21437d02df197ec..ec568af73407f6a9f09ae8fb660ffd9b35a30aa6 100644 (file)
@@ -51,10 +51,14 @@ echo $contents; } ?>
 
 <H1>Feature Requests, Bugs, and Support</H1>
 
-The <bd>xtable</bd> project is hosted on <a href="http://r-forge.r-project.org/projects/xtable/">R-Forge</a>.
+<P>
+The <b>xtable</b> project is hosted on <a href="http://r-forge.r-project.org/projects/xtable/">R-Forge</a>.
+</P>
 
+<P>
 The project web site includes a <a href="https://r-forge.r-project.org/tracker/?group_id=1228">Tracker</a>
 issue tracking system with sections for:
+</P>
 
 <ul>
        <li><a href="https://r-forge.r-project.org/tracker/?atid=4862&group_id=1228&func=browse">Support</a></li>
@@ -63,11 +67,15 @@ issue tracking system with sections for:
        <li><a href="https://r-forge.r-project.org/tracker/?atid=4863&group_id=1228&func=browse">Patches</a></li>
 </ul>
 
+<P>
 If you are logged into R-Forge you will be able to create new items.
+</P>
 
 <H2>Change Policy</H2>
 
-The <bd>xtable</bd> package is a dependency of other packages, and is also used in clinical reporting scenarios where reproducibility is necessary.  Hence stability and backwards compatibility are key criteria when assessing changes.  Changes that break backwards compatibility will not be considered for inclusion.
+<P>
+The <b>xtable</b> package is a dependency of other packages, and is also used in clinical reporting scenarios where reproducibility is necessary.  Hence stability and backwards compatibility are key criteria when assessing changes.  Changes that break backwards compatibility will not be considered for inclusion.
+</P>
 
 </body>
 </html>