]> source.dussan.org Git - jackcess.git/commitdiff
use source instead of pre tag
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 10 Jan 2008 21:10:20 +0000 (21:10 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 10 Jan 2008 21:10:20 +0000 (21:10 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@212 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/xdoc/index.xml

index cd99600eb99248f6e9f59c72704964d90e3a4d6a..9425c4650bd493dcc699092801bb33426e50a9f6 100644 (file)
@@ -20,7 +20,6 @@
       </p>
     </section>
     <section name="Sample code">
-      <p>
         <ul>
           <li>Displaying the contents of a table:
             <source>System.out.println(Database.open(new File("my.mdb")).getTable("MyTable").display());</source>
@@ -45,7 +44,6 @@ external database) into a new table:
             <source>Database.open(new File("my.mdb")).importFile("Imported2", new File("my.csv"), ",");</source>
           </li>
         </ul>
-      </p>
     </section>
     <section name="Other Resources">
       Some other jackcess related projects: