BUGFIX: html output was messed up by some return statements
authorArun Persaud <arun@nubati.net>
Sat, 25 Jul 2009 04:35:57 +0000 (21:35 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 25 Jul 2009 04:35:57 +0000 (21:35 -0700)
instead of using return, we now use a break, this has the advantage that extra output (such as menus) will still be present and the html should be ok.


No differences found