diff options
Diffstat (limited to 'src/update/gitjoe.pl')
-rwxr-xr-x | src/update/gitjoe.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index e103f1a..aaeb3d3 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/<span class=\"desc\">Repositories<\\/span>/<span class=\"desc\"><h1>Repositories<\\/h1><\\/span>/' 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><td> - back to <a href=\"https:\\/\\/git.jozanleclerc.xyz\\/\">GitJoe<\\/a><\\/td>/' sedded_index.html >re_sedded_index.html" ); unlink('./sedded_index.html'); system( |