aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:59:50 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:59:50 +0200
commitdda8f5d3bf08c32168622f350cfafa9277c235d8 (patch)
treef19efbfd78f17b924b5650cdb67c41ef8e1b4c82
parentTrying with a new row (diff)
downloadjoe-scripts-dda8f5d3bf08c32168622f350cfafa9277c235d8.tar.gz
joe-scripts-dda8f5d3bf08c32168622f350cfafa9277c235d8.tar.bz2
joe-scripts-dda8f5d3bf08c32168622f350cfafa9277c235d8.tar.xz
joe-scripts-dda8f5d3bf08c32168622f350cfafa9277c235d8.tar.zst
joe-scripts-dda8f5d3bf08c32168622f350cfafa9277c235d8.zip
Trying with an empty thing
-rwxr-xr-xsrc/update/gitjoe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl
index 8d35641..30e686c 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><\\tr><tr><td>Back to <a href=\"https:\\/\\/git.jozanleclerc.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' 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><\\/td><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(