]> git.mjollnir.org Git - moodle.git/commitdiff
Bending over for Strict MDL-7861
authormoodler <moodler>
Thu, 4 Jan 2007 15:53:35 +0000 (15:53 +0000)
committermoodler <moodler>
Thu, 4 Jan 2007 15:53:35 +0000 (15:53 +0000)
iplookup/hostip/lib.php

index 39e4ec7a2540d9fcfe983bc97d4e6efc4fb627af..7460beadd5c90ae11d25ba9ce3802b04b930e31f 100644 (file)
@@ -13,7 +13,7 @@ function iplookup_display($ip, $user=0) {
     echo 'Search results: <iframe src="http://www.hostip.info/api/get.html?ip='.$ip.'" height="60" width="300"></iframe>';
 
     echo '<object data="http://www.hostip.info/map/frame.html?ip='.$ip.'" '.
-         'type="text/html" border="0" width="610" height="330" hspace="0" vspace="0"></object>';
+         'type="text/html" border="0" width="610" height="330"></object>';
 
     close_window_button();
     print_footer('none');