diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:58:49 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:58:49 +0200 |
commit | 22dd41e91847cda42426bde4ccf53ff33aef9809 (patch) | |
tree | 9c643918c4aea27290f257fe2e97064bcb2455dc | |
parent | Better (diff) | |
download | joe-scripts-22dd41e91847cda42426bde4ccf53ff33aef9809.tar.gz joe-scripts-22dd41e91847cda42426bde4ccf53ff33aef9809.tar.bz2 joe-scripts-22dd41e91847cda42426bde4ccf53ff33aef9809.tar.xz joe-scripts-22dd41e91847cda42426bde4ccf53ff33aef9809.tar.zst joe-scripts-22dd41e91847cda42426bde4ccf53ff33aef9809.zip |
Trying with a new row
-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 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( |