Fixed missing space in post title
This commit is contained in:
parent
72fef5686b
commit
fc486190c2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$subTitle = sprintf('showing %s –%s',
|
||||
$subTitle = sprintf('showing %s – %s',
|
||||
TextHelper::reprPost($this->context->transport->post),
|
||||
TextHelper::reprTags($this->context->transport->post->getTags()));
|
||||
$this->assets->setSubTitle($subTitle);
|
||||
|
|
Loading…
Reference in a new issue