From 22dd41e91847cda42426bde4ccf53ff33aef9809 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Thu, 9 Jul 2020 17:58:49 +0200
Subject: Trying with a new row

---
 src/update/gitjoe.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl
index 690cbec..8d35641 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -68,7 +68,7 @@ sub stagit_generate {
 	system(
 		'/usr/local/bin/dash',
 		'-c',
-		"/usr/bin/sed 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" . $user . " - Repositories<\\/h1><\\/span><\\/td><td> - back to <a href=\"https:\\/\\/git.jozanleclerc.xyz\\/\">GitJoe<\\/a><\\/td>/' sedded_index.html >re_sedded_index.html"
+		"/usr/bin/sed 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" . $user . " - Repositories<\\/h1><\\/span><\\/td><\\tr><tr><td>Back to <a href=\"https:\\/\\/git.jozanleclerc.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' sedded_index.html >re_sedded_index.html"
 		);
 	unlink('./sedded_index.html');
 	system(
-- 
cgit v1.2.3