Coding error in ExhibitBuilder theme "the wall"

I've just discovered a small typo on line 11 of plugins/ExhibitBuilder/views/shared/exhibit_themes/thewall/header.php. It requires a space following the echo command, as such:
<link rel="stylesheet" media="screen" href="<?php echo html_escape( exhibit_builder_exhibit_css('screen')); ?>" />

Thanks you. Is this in the most recent version of the exhibit builder, 1.2-0.5.2?

I think this addresses a problem mentioned earlier today.