Bug? in main display: "View the items in" mashed against collection name

On the collections page of our Omeka installation, the text reads: "View the items in<collection>" instead of "View the items in <collection>" - notice the lack of the space. This occurs in two different themes.

Thanks for pointing this out. It looks like the default theme "Thanks Roy" lacks the necessary space in its markup. Since others were modeled off this, it's possible that they also lack it.

The fixed code looks like this:

<p class="view-items-link"><?php echo link_to_browse_items('View the items in ' . collection('Name'), array('collection' => collection('id'))); ?>