git clone https://orangeshoelaces.net/git/git3html.git
Author: Vasilii Kolobkov on 01/14/2019
Committer: Vasilii Kolobkov on 01/14/2019
Oops, new line
git3html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git3html b/git3html
index 2f9c47e..95451ba 100755
--- a/git3html
+++ b/git3html
@@ -167,7 +167,7 @@ textfile() (
n=0
g cat-file blob "$blob" | escape | awk -F '' '{
++n
- printf "<a href=\"#l%d\">%4d</a> %s", n, n, $0
+ printf "<a href=\"#l%d\">%4d</a> %s\n", n, n, $0
}'
printf '</code>\n</pre>\n'
footer