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 0bf0fee Fixed: some HTML errors and update for demos
0bf0fee is described below
commit 0bf0feee4cdaebf035fbd49bf4bee4822f05fb05
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed May 7 21:37:58 2025 +0200
Fixed: some HTML errors and update for demos
In header.tpl.php and developers.tpl.php removes duplicated </li>
Udpates demos, stable is 24.09, next is temporarily trunk
Hopefully fix a bug (no h2 inside ul) for monstatic badge
---
release-notes-24.09.01.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/release-notes-24.09.01.html b/release-notes-24.09.01.html
index 1979e2c..03cf442 100644
--- a/release-notes-24.09.01.html
+++ b/release-notes-24.09.01.html
@@ -67,13 +67,13 @@
<li><a href="#" class="firstLevel">API Reference</a>
<ul>
<li title="Trunk API">
- <a
href="https://nightlies.apache.org/ofbiz/trunk/javadoc/"
target="external">Trunk API</a></li>
+ <a
href="https://nightlies.apache.org/ofbiz/trunk/javadoc/"
target="external">Trunk API</a>
</li>
<li title="Stable release API">
- <a
href="https://nightlies.apache.org/ofbiz/stable/javadoc/"
target="external">Stable Release API</a></li>
+ <a
href="https://nightlies.apache.org/ofbiz/stable/javadoc/"
target="external">Stable Release API</a>
</li>
<li title="Next release API">
- <a
href="https://nightlies.apache.org/ofbiz/next/javadoc/" target="external">Next
Release API</a></li>
+ <a
href="https://nightlies.apache.org/ofbiz/next/javadoc/" target="external">Next
Release API</a>
</li>
</ul>
</li>