1
0

Fixed w3c validation errors

This commit is contained in:
Aaron Lindsay
2011-03-20 18:07:18 -06:00
parent 4a11e9288d
commit 743f840fc0
3 changed files with 15 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<script type="text/javascript">
//Email obfuscation by Javascript insertion
window.onload = function() {
document.getElementById('emailend').innerHTML="ay<span>&nbsp;</span>DOT com";
document.getElementById('emailend').innerHTML="ay&nbsp;DOT com";
}
</script>
<?php include("../header_bottom.php"); ?>