commit b15151a9c0df099e289b0ca1228c269128a40c3e parent 1c33c6075c7d75026e044d2c9c8d0ff4ba2e028d Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sat, 8 Jun 2024 17:57:58 +0200 fix: add single quotes around href Diffstat:
M | bin/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 @@ -66,7 +66,7 @@ SUMR=" <p>${RDESC}</p> <hr> <span>Clone this repository via:</span><br> - <a href=javascript:navigator.clipboard.writeText(\"git clone $RURL\");alert(\"git clone $RURL copied to your clipboard\")';> + <a href='javascript:navigator.clipboard.writeText(\"git clone $RURL\");alert(\"git clone $RURL copied to your clipboard\")';> git clone $RURL </a> <ul>