[feladat @ 115]
authorrejo
Sun, 06 Jan 2008 13:27:51 +0000
changeset 68 0b8572de80f5
parent 67 2f8c29fc5e2e
child 69 025700cc92cd
[feladat @ 115] Fixed a missing slash in a html tag in list_zones.php.
list_zones.php
--- a/list_zones.php	Sun Jan 06 11:49:17 2008 +0000
+++ b/list_zones.php	Sun Jan 06 13:27:51 2008 +0000
@@ -100,7 +100,7 @@
 		{
 			print "<td class=\"y\">".$zone_owners."</td>";
 		}
-		print "<tr>\n";
+		print "</tr>\n";
 	}
 }