Correct download link

This commit is contained in:
Sam Ruby 2007-01-06 13:03:21 -05:00
parent 04f35b8cca
commit 04ca707443

View File

@ -23,7 +23,7 @@ window.onload=function() {
p = document.createElement('p'); p = document.createElement('p');
var a = document.createElement('a'); var a = document.createElement('a');
a.setAttribute('href',base+'index.html'); a.setAttribute('href',base);
a.appendChild(document.createTextNode('Download')); a.appendChild(document.createTextNode('Download'));
p.appendChild(a); p.appendChild(a);
p.appendChild(document.createTextNode(" \u00b7 ")); p.appendChild(document.createTextNode(" \u00b7 "));