From aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Mon, 5 Oct 2009 12:55:55 -0400 Subject: Open tags should have closing tags --- scripts/allsites.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/allsites.php') diff --git a/scripts/allsites.php b/scripts/allsites.php index cf1419e55..ff9d8bc80 100755 --- a/scripts/allsites.php +++ b/scripts/allsites.php @@ -37,4 +37,5 @@ if ($sn->find()) { while ($sn->fetch()) { print "$sn->nickname\n"; } -} \ No newline at end of file +} +?> -- cgit v1.2.3-54-g00ecf