From 737f10a37bf6f744ba8cf50ee976bb54fbbc76a7 Mon Sep 17 00:00:00 2001 From: "paul (uranus)" Date: Sat, 29 Jul 2017 16:33:31 +0100 Subject: no https redirection --- dev.buetow.org/content/projectlist.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.buetow.org') diff --git a/dev.buetow.org/content/projectlist.inc.pl b/dev.buetow.org/content/projectlist.inc.pl index ec53c71..4d1d4f2 100644 --- a/dev.buetow.org/content/projectlist.inc.pl +++ b/dev.buetow.org/content/projectlist.inc.pl @@ -21,7 +21,7 @@ sub list (*) { my @content = getf $found; - $ret .= "$host" . nl; + $ret .= "$host" . nl; if (@content) { $ret .= join " ", @content; $ret .= nl; -- cgit v1.2.3