pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 367c22708d438a826b559d85a7cb5da17c8ac42d
parent 6767b07b7b7c57ac67434eca91e6dccd3b43c381
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 27 Apr 2024 16:36:24 +0200

Ensure that back button targets upper level

Diffstat:
Mbin/git_update_repo_html.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/git_update_repo_html.sh b/bin/git_update_repo_html.sh @@ -29,7 +29,7 @@ else # use readme as index find "file/" -type f -name "README*.html" -exec cp {} "index.html" \; # adjust relative paths accordingly - sed -e 's/\.\.\///g' -i "index.html" + sed -e 's/\.\.\///g' -e 's/href=\"\"/href="../"'-i "index.html" fi # Protect Mail-Adresses in HTML