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
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ function setof(name, val, list) {
|
|||
function loglinks(list) {
|
||||
var s = ""
|
||||
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue