Rev 533 Rev 535
Line 180... Line 180...
180 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; '; 180 Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; ';
181 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; '; 181 Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; ';
182 } 182 }
183 if (document.location.hostname!='') 183 if (document.location.hostname!='')
184 { 184 {
185 Content+='<a href= "http://validator.w3.org/check?uri=referer">HTML Validator</a> &nbsp; '; 185 Content+='<a href= "http://validator.w3.org/check?uri='
-   186 +document.location.href
-   187 +'">HTML Validator</a> &nbsp; ';
186 } 188 }
187 Time=document.lastModified; 189 Time=document.lastModified;
188 if (DocLang()=="cs") 190 if (DocLang()=="cs")
189 { // Převeď anglické datum na český 191 { // Převeď anglické datum na český
190 Time=(Time.replace(/(.+)\/(.+)\/(.+)/i,'$2.$1.$3')); 192 Time=(Time.replace(/(.+)\/(.+)\/(.+)/i,'$2.$1.$3'));