0 Members and 1 Guest are viewing this topic.
Create a bbc article with a hyperlink enclosed in quotes. Save it and view. Try the link. If it works, edit the article and save it again. Try the link again.
// BBC we need to encode quotes if( ($_REQUEST['tp_article_type'] == 'bbc') && ($setting == 'body') ) { $value = $smcFunc['htmlspecialchars']($value, ENT_QUOTES); }
if($context['TPortal']['editarticle']['type'] != 'bbc') { $context['TPortal']['editarticle']['body'] = $smcFunc['htmlspecialchars']($context['TPortal']['editarticle']['body'], ENT_QUOTES); }