venti: fix log url in stats
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043
This commit is contained in:
parent
38bcdc42b5
commit
1d752a8479
@ -363,7 +363,7 @@ function setof(name, val, list) {
|
|||||||
function loglinks(list) {
|
function loglinks(list) {
|
||||||
var s = ""
|
var s = ""
|
||||||
for(var i=0; i<list.length; i++){
|
for(var i=0; i<list.length; i++){
|
||||||
s = s+" <a href=\"/log/"+list[i]+"\">"+list[i]+"</a>"
|
s = s+" <a href=\"/log?log="+list[i]+"\">"+list[i]+"</a>"
|
||||||
}
|
}
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user