diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-10-05 12:55:55 -0400 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-10-05 12:55:55 -0400 |
commit | aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f (patch) | |
tree | a3821a1bfe304c6fc9f2a783dfce20c3a8566f26 /scripts/reportsnapshot.php | |
parent | d1a5a4987514bc786eb270f0cc30300f7328a963 (diff) |
Open tags should have closing tags
Diffstat (limited to 'scripts/reportsnapshot.php')
-rw-r--r-- | scripts/reportsnapshot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reportsnapshot.php b/scripts/reportsnapshot.php index 71f1019ee..b8f8d2a7c 100644 --- a/scripts/reportsnapshot.php +++ b/scripts/reportsnapshot.php @@ -28,3 +28,4 @@ END_OF_SNAPSHOT_HELP; require_once INSTALLDIR.'/scripts/commandline.inc'; Snapshot::check(); +?> |