title tag has ## around words
In a plugin I set the title with
$templateMgr->assign([
'pageTitle' => __('plugins.generic.browseByAuthor.authors'),
]);
Works fine as far as the title tag from ‘plugins.generic.browseByAuthor.authors’ is now surrounded by “##”
This is what it looks like:
<title>##Autoren## | OJS3</title>
What happens here?
Using OJS 3.4.0-16*