diff options
author | Glen Stampoultzis <glens@apache.org> | 2002-04-14 06:03:02 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2002-04-14 06:03:02 +0000 |
commit | 940194071221166c4bb993f0ac5ff8facbc24fb9 (patch) | |
tree | be41820594eefcde8dca3637e2ed08ffe9dfe663 /src | |
parent | a4b8a7b77a32a79d0294512881f475d8f8b10588 (diff) | |
download | poi-940194071221166c4bb993f0ac5ff8facbc24fb9.tar.gz poi-940194071221166c4bb993f0ac5ff8facbc24fb9.zip |
Needed paragraph tags.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352405 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/xdocs/hssf/hacking-hssf.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/documentation/xdocs/hssf/hacking-hssf.xml b/src/documentation/xdocs/hssf/hacking-hssf.xml index bf2716d215..b02b5d8b92 100644 --- a/src/documentation/xdocs/hssf/hacking-hssf.xml +++ b/src/documentation/xdocs/hssf/hacking-hssf.xml @@ -53,18 +53,18 @@ </p> </section> <section title="Important Notice"> - One thing to note: ensure any participants in this process have never + <p>One thing to note: ensure any participants in this process have never signed a "Non Disclosure Agreement" with Microsoft, and have not received any information covered by such an agreement. If they have - they'll not be able to participate in the POI project. + they'll not be able to participate in the POI project.</p> </section> <section title="What Can I Work On?"> - Check our <link href="../todo.html">todo list</link> or simply look for missing functionality. Start small - and work your way up. + <p>Check our <link href="../todo.html">todo list</link> or simply look for missing functionality. Start small + and work your way up.</p> </section> <section title="What Else Should I Know?"> - Make sure you <link href="http://jakarta.apache.org/poi/contrib.html">read the contributing section</link> - as it contains more generation information about contributing to Poi in general. + <p>Make sure you <link href="http://jakarta.apache.org/poi/contrib.html">read the contributing section</link> + as it contains more generation information about contributing to Poi in general.</p> </section> </body> </document>
\ No newline at end of file |