From 8c2507554ee159e73638ac9b21568c9fa64cd4bd Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sun, 18 Oct 2009 09:04:14 +0000 Subject: [PATCH] fix in bbcode (newline printed as a result of a typo) --- fp-plugins/bbcode/plugin.bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fp-plugins/bbcode/plugin.bbcode.php b/fp-plugins/bbcode/plugin.bbcode.php index 732d893..8cf39e9 100644 --- a/fp-plugins/bbcode/plugin.bbcode.php +++ b/fp-plugins/bbcode/plugin.bbcode.php @@ -270,8 +270,8 @@ function do_bbcode_img($action, $attributes, $content, $params, $node_object) { ? $orig_h : 600; $popup = ' onclick="Popup=window.open("'. $absolutepath - .'","Popup","toolbar=no,location=no,status=no," - ."menubar=no,scrollbars=yes,resizable=yes,width=' + .'","Popup","toolbar=no,location=no,status=no,"' + .'"menubar=no,scrollbars=yes,resizable=yes,width=' . $pop_width .',height='. $pop_height .'"); return false;"'; // Plugin hook, here lightbox attachs