From 99ef3747fd9e600799669fb6a228c90166d32485 Mon Sep 17 00:00:00 2001 From: moodler <moodler> Date: Mon, 10 May 2004 17:37:33 +0000 Subject: [PATCH] Removed short tag --- lib/ipatlas/footer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipatlas/footer.inc b/lib/ipatlas/footer.inc index fd11039642..3f611cae4a 100644 --- a/lib/ipatlas/footer.inc +++ b/lib/ipatlas/footer.inc @@ -1,4 +1,4 @@ <img src="hr.gif" width="100%" height="2" vspace="2"> <table align="right" width="100%" cellpadding="0" cellspacing="0" border="0"> -<tr><td align="right" width="100%"><a href="http://www.xpenguin.com/ip-atlas.php">IP-Atlas</a> <? echo $version; ?></td></tr> +<tr><td align="right" width="100%"><a href="http://www.xpenguin.com/ip-atlas.php">IP-Atlas</a> <?php echo $version; ?></td></tr> </table> -- 2.39.5