I guess the answer is here:
https://stackoverflow.com/questions/72418158/html-img-tag-not-showing-the-imge-with-url
<<Content providers sometimes have processing or other methods to prevent images from
being hot-linked.>>
Le 08/05/2025 à 10:06, jler...@apache.org a écrit :
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 5bf27c2 Fixed: some HTML errors and update for demos
5bf27c2 is described below
commit 5bf27c210afcd0cc0069d63dca31b766726111b1
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu May 8 10:06:17 2025 +0200
Fixed: some HTML errors and update for demos
Hopefully fix a bug for monstatic badge,
Noway, reverts previous commit and stop trying impossibility (tested on
Ubuntu 20.04 with last Chrome and FF versions, incredible!
---
ofbiz-demos.html | 3 +--
template/page/ofbiz-demos.tpl.php | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/ofbiz-demos.html b/ofbiz-demos.html
index 870027b..6b8bdac 100644
--- a/ofbiz-demos.html
+++ b/ofbiz-demos.html
@@ -112,14 +112,13 @@
</div>
</header>
<section id="content" class="features" >
-<a href="https://qpkb254zxeu.montastic.io"><img src="https://qpkb254zxeu.montastic.io/badge"
alt="Montastic status badge"></a>
<div class="slice clearfix">
<div class="container">
<div class="row ">
<aside class="span2 PortfolioStickyMenu" id="sidebar">
+ 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-->
- About our Demos
<li> <a href="#OFDemoCurrent"> Release branch 24.09 </a> </li>
<li> <a href="#OFDemoTrunk"> Trunk </a> </li>
<li> <a href="#OFDemoNext"> Next is Trunk until a new release branch is
created </a> </li>
diff --git a/template/page/ofbiz-demos.tpl.php
b/template/page/ofbiz-demos.tpl.php
index cd8519f..c379365 100644
--- a/template/page/ofbiz-demos.tpl.php
+++ b/template/page/ofbiz-demos.tpl.php
@@ -13,14 +13,13 @@
</div>
</header>
<section id="content" class="features" >
-<a href="https://qpkb254zxeu.montastic.io"><img src="https://qpkb254zxeu.montastic.io/badge"
alt="Montastic status badge"></a>
<div class="slice clearfix">
<div class="container">
<div class="row ">
<aside class="span2 PortfolioStickyMenu" id="sidebar">
+ 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-->
- About our Demos
<li> <a href="#OFDemoCurrent"> Release branch 24.09 </a> </li>
<li> <a href="#OFDemoTrunk"> Trunk </a> </li>
<li> <a href="#OFDemoNext"> Next is Trunk until a new release branch is
created </a> </li>