git3html

git clone https://orangeshoelaces.net/git/git3html.git

2bbb01419c781ea16bfb24a6c299e9343ad5ede7

Author: Vasilii Kolobkov on 01/15/2019

Committer: Vasilii Kolobkov on 01/15/2019

Dump colons from page titles

Stats

git3html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/git3html b/git3html
index 090cdce..b6b0d58 100755
--- a/git3html
+++ b/git3html
@@ -275,7 +275,7 @@ textfile() (
 	reppath="$2"
 	relbaseoutdir="$3"
 
-	header "${projname} ${reppath}:" "$relbaseoutdir"
+	header "${projname} ${reppath}" "$relbaseoutdir"
 	printf '<h2>%s</h2>\n' "$(echo "$reppath" | escape)"
 	printf '<pre><code>'
 	n=0
@@ -296,7 +296,7 @@ files() (
 	reppath="$6"
 
 	{
-		header "${projname} ${reppath}:" "$relbaseoutdir"
+		header "${projname} ${reppath}" "$relbaseoutdir"
 		printf '<h2>%s</h2>\n' "$(echo "$reppath" | escape)"
 		echo '<ul class="dir">'
 		if [ -n "$relparidx" ]; then