5
Humm, in my phpkaox theme there is a nonbreakable space before the title. In yours it is a normal space.
<td class="blockTitle"> <{$block.title}>td>
Try once to enclose the title with a | as in
<td class="blockTitle"> |<{$block.title}>|td>
This will allow to see where the block character is from.
If it is outside the | |, then it is due to the theme file, else it is in the title itself.
If you have excess white space before tables, this is usual due to line feeds between some of the table tags.