aboutsummaryrefslogtreecommitdiffstats
path: root/src/cron/gitjoe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cron/gitjoe.pl')
-rwxr-xr-xsrc/cron/gitjoe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cron/gitjoe.pl b/src/cron/gitjoe.pl
index bb668b2..07c8fc4 100755
--- a/src/cron/gitjoe.pl
+++ b/src/cron/gitjoe.pl
@@ -66,7 +66,7 @@ sub stagit_generate {
system(
'/usr/local/bin/dash',
'-c',
- "/usr/local/bin/gsed -i '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.jozanofastora.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' index.html"
+ "/usr/local/bin/gsed -i '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:\\/\\/gitjoe.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' index.html"
);
system(
'/usr/local/bin/dash',