Skip to content

Commit

Permalink
! of course it was in more than one place
Browse files Browse the repository at this point in the history
Signed-off-by: Spuds <spuds@spudsdesign.com>
  • Loading branch information
Spuds committed Jul 13, 2014
1 parent d496e7b commit a2bb898
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sources/Subs.php
Expand Up @@ -963,13 +963,8 @@ function parse_bbc($message, $smileys = true, $cache_id = '', $parse_tags = arra
global $context;
if (!isset($disabled[\'code\']))
{
$data[0] = str_replace("\t", "<span style=\"white-space: pre;\">\t</span>", $data[0]);
// Recent Opera bug requiring temporary fix. &nsbp; is needed before </code> to avoid broken selection.
if ($context[\'browser\'][\'is_opera\'])
$data[0] .= \'&nbsp;\';
}'),
'),
'block_level' => true,
),
array(
Expand Down

0 comments on commit a2bb898

Please sign in to comment.