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 a5a987cd703adad9e258e311c338bb71148ae865
parent 28205e2b143ead1f310cca7d89bc207becbf1441
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu,  6 Jun 2024 22:34:41 +0200

fix: improve accessibility

Diffstat:
Mcreate_repo/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_repo/index.php b/create_repo/index.php @@ -47,7 +47,7 @@ $repo_owner = preg_replace( </head> <body> <table> -<tr><td><a href="../"><img src="../assets/backicon.png" alt="" width="32" height="32" /></a></td> +<tr><td><a href="../"><img src="../assets/backicon.png" alt="Go Back" width="32" height="32" /></a></td> <td><span class="desc">Creating a new Repository</span></td></tr><tr><td></td><td> </td></tr> </table>