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 7a945fe  Fixed: some HTML errors and update for demos
7a945fe is described below

commit 7a945fee671789a5b3ba78cc257401c21dd97708
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 blank target?
    Weirdly it works locally in all previous cases :/
---
 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 f26222f..7383ba6 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">
-            About our Demos <a href="https://qpkb254zxeu.montastic.io"; 
target="_blank"><img src="https://qpkb254zxeu.montastic.io/badge"; 
alt="Montastic status badge"></a>
+          About our Demos <a href="https://qpkb254zxeu.montastic.io";><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 c63b8d9..7af5293 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">
-            About our Demos <a href="https://qpkb254zxeu.montastic.io"; 
target="_blank"><img src="https://qpkb254zxeu.montastic.io/badge"; 
alt="Montastic status badge"></a>
+          About our Demos <a href="https://qpkb254zxeu.montastic.io";><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>

Reply via email to