This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openjpa-site.git

commit 891b2acf1ed699b97e760771998d3630a95e293c
Author: Dave Fisher <d...@davefisher.tech>
AuthorDate: Wed Jun 2 12:56:14 2021 -0700

    more fixes with broken display
---
 content/domain-model-browser.md            | 4 ++--
 content/openjpa-3.1.x.md                   | 2 +-
 content/openjpaeclipseinstallation.md      | 4 ++--
 content/top-navigation-bar.md              | 2 --
 content/using-criteria-api-in-daytrader.md | 2 +-
 5 files changed, 6 insertions(+), 8 deletions(-)

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 @@ A graphic visualization of persistence domain classes.
 * 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 @@ Title: OpenJPAEclipseInstallation
 
 # 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 @@ Within the bin directory of the augmented profile:
 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".
 

Reply via email to