diff options
Diffstat (limited to 'dev.buetow.org/content')
| -rw-r--r-- | dev.buetow.org/content/projectlist.inc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= "<b><a href=https://$host>$host</a></b>" . nl; + $ret .= "<b><a href=http://$host>$host</a></b>" . nl; if (@content) { $ret .= join " ", @content; $ret .= nl; |
