From 74f14b2d4a6c7d548310f2625a209741d89c19ec Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 30 May 2024 10:57:35 +0200
Subject: [PATCH] replace _self

---
 inc_pluginfunctions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc_pluginfunctions b/inc_pluginfunctions
index f8e1c43..8b7a9fd 100644
--- a/inc_pluginfunctions
+++ b/inc_pluginfunctions
@@ -573,7 +573,7 @@ function ph.execIfReady(){
 ph.showImlHelpHeader(){
   local _html;
   _html=$(basename $0)
-  _html=${_self//\-/_}.html
+  _html=${_html//\-/_}.html
   cat <<EOF
 ______________________________________________________________________
 
-- 
GitLab