Skip to content

Commit 35d2733

Browse files
committed
Fix whitespaces in conversation title
1 parent 1a691ed commit 35d2733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/conversation.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{capture assign='pageTitle'}{$conversation->subject} {if $pageNo > 1} - {lang}wcf.page.pageNo{/lang}{/if}{/capture}
1+
{capture assign='pageTitle'}{$conversation->subject}{if $pageNo > 1} - {lang}wcf.page.pageNo{/lang}{/if}{/capture}
22

33
{capture assign='contentHeader'}
44
<header class="contentHeader">

0 commit comments

Comments
 (0)