From cefb79731d96e0f84dbe82daa0330e0fd8844aa8 Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Sat, 4 Jun 2011 21:31:40 +1000 Subject: [PATCH] Be explicit that per-host pages are directories. Browsers get confused by double colons in v6 addresses. --- hosts_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts_db.c b/hosts_db.c index e31605f..d72550e 100644 --- a/hosts_db.c +++ b/hosts_db.c @@ -315,7 +315,7 @@ format_row_host(struct str *buf, const struct bucket *b, str_appendf(buf, "\n" - " %s\n" + " %s\n" " %s\n", css_class, ip, ip, -- 2.17.1