summaryrefslogtreecommitdiff
path: root/scripts/allsites.php
diff options
context:
space:
mode:
authorEric Helgeson <erichelgeson@gmail.com>2009-10-05 12:55:55 -0400
committerEric Helgeson <erichelgeson@gmail.com>2009-10-05 12:55:55 -0400
commitaeca8807dbce951beccbc3fb0e5a4ae5600e5e5f (patch)
treea3821a1bfe304c6fc9f2a783dfce20c3a8566f26 /scripts/allsites.php
parentd1a5a4987514bc786eb270f0cc30300f7328a963 (diff)
Open tags should have closing tags
Diffstat (limited to 'scripts/allsites.php')
-rwxr-xr-xscripts/allsites.php3
1 files changed, 2 insertions, 1 deletions
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
+}
+?>