Revert "Open tags should have closing tags"

This reverts commit aeca8807db.

We specifically DON'T have closing tags so we don't get errors with
whitespace after the closing tag.

I realize this is less of an issue with scripts, but we should still
not use closing tags.
This commit is contained in:
Evan Prodromou
2009-10-08 11:41:39 -04:00
parent aeca8807db
commit a6d4adc398
33 changed files with 4 additions and 34 deletions

View File

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