diff options
author | uckelman <uckelman@nomic.net> | 2010-04-24 16:44:40 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-24 16:44:40 +0000 |
commit | a4812731b3cc74849d2501d2b45fb5580b7847bb (patch) | |
tree | fcb864a121e66e6c1d1f98c70928f072d645421a /test/unbbcodeTest.php | |
parent | 6a5ea85af78be848137819d92c3691c1fd592e7d (diff) |
Missing brace.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6733 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/unbbcodeTest.php')
-rw-r--r-- | test/unbbcodeTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unbbcodeTest.php b/test/unbbcodeTest.php index adad3c3..12d6ad9 100644 --- a/test/unbbcodeTest.php +++ b/test/unbbcodeTest.php @@ -47,4 +47,6 @@ EOF; array('[b]Test[/b]', '', false, '<b>Test</b>', null) ); } +} + ?> |