This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new 88e502b Fixed: some HTML errors and update for demos
88e502b is described below
commit 88e502bb9a45e62e8e505aec29284a752391ebc8
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed May 7 21:37:58 2025 +0200
Fixed: some HTML errors and update for demos
Hopefully fix a bug for monstatic badge, miss a </p>
---
ofbiz-demos.html | 8 ++++----
template/page/ofbiz-demos.tpl.php | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ofbiz-demos.html b/ofbiz-demos.html
index 7383ba6..6b8bdac 100644
--- a/ofbiz-demos.html
+++ b/ofbiz-demos.html
@@ -130,10 +130,10 @@
<!--h2><strike>About our Demos</strike> Our demos are
currently disabled for security reason</h2-->
<h2>About our Demos</h2>
<div class="divider"><span></span></div>
- <p>We have several online OFBiz demos that you can try out. Each demo is
split into two areas:
-<ul class="iconsList">
- <li><i class="icon-pin"></i> E-Commerce webstore and</li>
- <li><i class="icon-pin"></i> the backend ERP applications</li>
+ <p>We have several online OFBiz demos that you can try out. Each demo is
split into two areas:</p>
+ <ul class="iconsList">
+ <li><i class="icon-pin"></i> E-Commerce webstore and</li>
+ <li><i class="icon-pin"></i> the backend ERP applications</li>
</ul>
<p> The <strong>E-Commerce webstore </strong>is what your customers will
see and allows them to order products, request returns or register as a new
customer. Our demo also gives you some examples other things (Surveys, Blogs,
Factoids, etc) also provided within OFBiz that you can include on your website.
</p>
diff --git a/template/page/ofbiz-demos.tpl.php
b/template/page/ofbiz-demos.tpl.php
index 7af5293..c379365 100644
--- a/template/page/ofbiz-demos.tpl.php
+++ b/template/page/ofbiz-demos.tpl.php
@@ -31,10 +31,10 @@
<!--h2><strike>About our Demos</strike> Our demos are
currently disabled for security reason</h2-->
<h2>About our Demos</h2>
<div class="divider"><span></span></div>
- <p>We have several online OFBiz demos that you can try out. Each demo is
split into two areas:
-<ul class="iconsList">
- <li><i class="icon-pin"></i> E-Commerce webstore and</li>
- <li><i class="icon-pin"></i> the backend ERP applications</li>
+ <p>We have several online OFBiz demos that you can try out. Each demo is
split into two areas:</p>
+ <ul class="iconsList">
+ <li><i class="icon-pin"></i> E-Commerce webstore and</li>
+ <li><i class="icon-pin"></i> the backend ERP applications</li>
</ul>
<p> The <strong>E-Commerce webstore </strong>is what your customers will
see and allows them to order products, request returns or register as a new
customer. Our demo also gives you some examples other things (Surveys, Blogs,
Factoids, etc) also provided within OFBiz that you can include on your website.
</p>