projects
/
darkstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c939550
)
Be explicit that per-host pages are directories.
author
Emil Mikulic
<emikulic@gmail.com>
Sat, 4 Jun 2011 11:31:40 +0000
(21:31 +1000)
committer
Emil Mikulic
<emikulic@gmail.com>
Sat, 4 Jun 2011 14:00:31 +0000
(
00:00
+1000)
Browsers get confused by double colons in v6 addresses.
hosts_db.c
patch
|
blob
|
history
diff --git
a/hosts_db.c
b/hosts_db.c
index
e31605f
..
d72550e
100644
(file)
--- 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,
"<tr class=\"%s\">\n"
- " <td><a href=\"%s/\">%s</a></td>\n"
+ " <td><a href=\"
./
%s/\">%s</a></td>\n"
" <td>%s</td>\n",
css_class,
ip, ip,