fix in bbcode (newline printed as a result of a typo)

This commit is contained in:
real_nowhereman 2009-10-18 09:04:14 +00:00
parent 8113d79392
commit 8c2507554e

View File

@ -270,8 +270,8 @@ function do_bbcode_img($action, $attributes, $content, $params, $node_object) {
? $orig_h ? $orig_h
: 600; : 600;
$popup = ' onclick="Popup=window.open("'. $absolutepath $popup = ' onclick="Popup=window.open("'. $absolutepath
.'","Popup","toolbar=no,location=no,status=no," .'","Popup","toolbar=no,location=no,status=no,"'
."menubar=no,scrollbars=yes,resizable=yes,width=' .'"menubar=no,scrollbars=yes,resizable=yes,width='
. $pop_width .',height='. $pop_height .'"); return false;"'; . $pop_width .',height='. $pop_height .'"); return false;"';
// Plugin hook, here lightbox attachs // Plugin hook, here lightbox attachs