diff options
author | Evan Prodromou <evan@status.net> | 2009-10-08 11:41:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-08 11:41:39 -0400 |
commit | a6d4adc398d9d2d131df97007452c5c54072ddec (patch) | |
tree | 7181b28c2c1a957e6b50c3336848647e32d03461 /scripts/createsim.php | |
parent | aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f (diff) |
Revert "Open tags should have closing tags"
This reverts commit aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f.
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.
Diffstat (limited to 'scripts/createsim.php')
-rw-r--r-- | scripts/createsim.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/createsim.php b/scripts/createsim.php index 93f904506..71ed3bf72 100644 --- a/scripts/createsim.php +++ b/scripts/createsim.php @@ -140,4 +140,3 @@ $tagmax = (have_option('t', 'tags')) ? get_option_value('t', 'tags') : 10000 $userprefix = (have_option('x', 'prefix')) ? get_option_value('x', 'prefix') : 'testuser'; main($usercount, $noticeavg, $subsavg, $tagmax); -?> |