more fixes with broken display
diff --git a/content/domain-model-browser.md b/content/domain-model-browser.md
index 4e403da..03be0e2 100644
--- a/content/domain-model-browser.md
+++ b/content/domain-model-browser.md
@@ -19,12 +19,12 @@
 * The parent directory of persistence unit descriptor (META-INF/persistence.xml)

 * The directory of compiled domain classes

 

-<span class="info">

+<div class="info">

 

 * The persistence unit descriptor must enumerate the domain classes in its `<class>` tag.

 * Database connection is not required.

 

-</span>

+</div>

 

 

 

diff --git a/content/openjpa-3.1.x.md b/content/openjpa-3.1.x.md
index ec6dea5..ee947f8 100644
--- a/content/openjpa-3.1.x.md
+++ b/content/openjpa-3.1.x.md
@@ -1,4 +1,4 @@
-Title:
+Title: OpenJPA 3.1.X
 
 # OpenJPA 3.1.x
 
diff --git a/content/openjpaeclipseinstallation.md b/content/openjpaeclipseinstallation.md
index 3476034..09df959 100644
--- a/content/openjpaeclipseinstallation.md
+++ b/content/openjpaeclipseinstallation.md
@@ -4,12 +4,12 @@
 

 # OpenJPA Eclipse Tooling

 

-<span class="info">

+<div class="info">

 

 [Eclipse Update Site](http://people.apache.org/~dwoods/openjpa/devtools/updatesite/) is 

 the current Update Site of the OpenJPA Eclipse Tooling. (It will probably still change.)

 

-</span>

+</div>

 

 <a name="OpenJPAEclipseInstallation-HowtoinstalltheOpenJPAEclipseTooling"></a>

 

diff --git a/content/top-navigation-bar.md b/content/top-navigation-bar.md
deleted file mode 100644
index 4719697..0000000
--- a/content/top-navigation-bar.md
+++ /dev/null
@@ -1,2 +0,0 @@
-Title: Top Navigation Bar

-

diff --git a/content/using-criteria-api-in-daytrader.md b/content/using-criteria-api-in-daytrader.md
index 2a94015..1c420e1 100644
--- a/content/using-criteria-api-in-daytrader.md
+++ b/content/using-criteria-api-in-daytrader.md
@@ -137,7 +137,7 @@
 1. Start the server.

 1. Run the script using the following command:

 

-        wsadmin -f <location ofdaytrader_singleServer.py> <script options>

+        wsadmin -f <location ofdaytrader_singleServer.py> &lt;script options&gt;

 

    You can display the list of available script options by specifying the option "--help".