diff options
| -rw-r--r-- | html/footer.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/footer.phtml b/html/footer.phtml index 81904eda..99af0885 100644 --- a/html/footer.phtml +++ b/html/footer.phtml @@ -1,6 +1,6 @@ <!-- This is the footer --> <hr> -<a href="<?php print $GLOBALS["validator"]; ?>check/referer;pw;ss"> +<a href="<?php print $GLOBALS["validator"]; ?>check/referer"> <img border=0 src="images/vh40.gif" alt="Probably valid HTML 4.0." height=31 width=88 align=right> |
