Open tags should have closing tags

This commit is contained in:
Eric Helgeson
2009-10-05 12:55:55 -04:00
parent d1a5a49875
commit aeca8807db
33 changed files with 34 additions and 4 deletions

View File

@@ -412,3 +412,4 @@ $foreground = have_option('f', 'foreground');
$daemon = new XMPPDaemon($id, !$foreground);
$daemon->runOnce();
?>