Skip to Content Skip to Menu

[#4318] Page titles in Groupjive problems

  • lylejover
  • lylejover
  • OFFLINE
  • Posts: 30
  • Thanks: 3
  • Karma: 1
10 years 4 months ago #246080 by lylejover
Replied by lylejover on topic [#4318] Page titles in Groupjive problems
Hi,

I was able to "fix" this by adding the following line before $_CB_framework->setPageTitle( $title ); <-- line 3168:

$title = str_replace(
array('&lt;','&gt;','&#039;','&quot;','&amp;'),
array('<','>','\'','\"','&'), $title);

This is more of a workaround rather than a fix, and I think it works well.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum