# HG changeset patch # User rejo # Date 1199626071 0 # Node ID 0b8572de80f52b57e18a6756fac72390a438fc75 # Parent 2f8c29fc5e2e9b18f33c40b83fea2ec4ec4575d8 [feladat @ 115] Fixed a missing slash in a html tag in list_zones.php. diff -r 2f8c29fc5e2e -r 0b8572de80f5 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 "".$zone_owners.""; } - print "\n"; + print "\n"; } }