Fixed  A space is missing between two phrases, probably the most unuseful bug report ever :P

Vincent

Well-known member
In conversation_view_new_messages, you got this code:
Code:
<xen:if is="{$firstUnshown}">
<li class="newMessagesNotice">{xen:phrase there_more_messages_to_display}<a href="{xen:link conversations/message, $conversation, 'message_id={$firstUnshown.message_id}'}">{xen:phrase view_them}</a></li>
</xen:if>

There should be a space after {xen:phrase there_more_messages_to_display}
Because now it says "There are more messages to display.View them?"

However, the same code is in the post templates too, but the space is there :P
 
Top Bottom