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 9c248a1 Fixed: some HTML errors and update for demos 9c248a1 is described below commit 9c248a1e56f2d371f633ac768c46a64ba1ac0fd1 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed May 7 21:37:58 2025 +0200 Fixed: some HTML errors and update for demos Hopefully fix a bug for monstatic badge, no h2 at all Weirdly it works locally in all previous case :/ --- ofbiz-demos.html | 2 +- template/page/ofbiz-demos.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ofbiz-demos.html b/ofbiz-demos.html index 5f2acae..f26222f 100644 --- a/ofbiz-demos.html +++ b/ofbiz-demos.html @@ -116,7 +116,7 @@ <div class="container"> <div class="row "> <aside class="span2 PortfolioStickyMenu" id="sidebar"> - <h2>About our Demos <a href="https://qpkb254zxeu.montastic.io" target="_blank"><img src="https://qpkb254zxeu.montastic.io/badge" alt="Montastic status badge"></a></h2> + About our Demos <a href="https://qpkb254zxeu.montastic.io" target="_blank"><img src="https://qpkb254zxeu.montastic.io/badge" alt="Montastic status badge"></a> <ul id="subnav" class="nav nav-stacked sidenav scrollspyNav"> <!--del>About our Demos</del> Our demos are currently disabled for security reason--> <li> <a href="#OFDemoCurrent"> Release branch 24.09 </a> </li> diff --git a/template/page/ofbiz-demos.tpl.php b/template/page/ofbiz-demos.tpl.php index 295f7ca..c63b8d9 100644 --- a/template/page/ofbiz-demos.tpl.php +++ b/template/page/ofbiz-demos.tpl.php @@ -17,7 +17,7 @@ <div class="container"> <div class="row "> <aside class="span2 PortfolioStickyMenu" id="sidebar"> - <h2>About our Demos <a href="https://qpkb254zxeu.montastic.io" target="_blank"><img src="https://qpkb254zxeu.montastic.io/badge" alt="Montastic status badge"></a></h2> + About our Demos <a href="https://qpkb254zxeu.montastic.io" target="_blank"><img src="https://qpkb254zxeu.montastic.io/badge" alt="Montastic status badge"></a> <ul id="subnav" class="nav nav-stacked sidenav scrollspyNav"> <!--del>About our Demos</del> Our demos are currently disabled for security reason--> <li> <a href="#OFDemoCurrent"> Release branch 24.09 </a> </li>