1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Cosmetic bug fixes

This commit is contained in:
e107steved
2011-12-28 15:52:13 +00:00
parent 551ae88a84
commit 9866fbe2d6
2 changed files with 6 additions and 5 deletions

View File

@@ -128,10 +128,10 @@ function imageselector_shortcode($parm = '', $mod = '')
}
}
}
$text .= '</optgroup>\n';
$text .= "</optgroup>\n";
}
$text .= "</select>";
$text .= "<a href='#' onclick=\"replaceSC('imageselector=".rawurlencode($parm)."&saction=select',\$('{$name_id}').up('form'),'{$name_id}_cont'); return false;\">refresh</a>";
$text .= "<a href='#' onclick=\"replaceSC('imageselector=".rawurlencode($parm)."&amp;saction=select',\$('{$name_id}').up('form'),'{$name_id}_cont'); return false;\">refresh</a>";
if(!e_AJAX_REQUEST) $text .= '</div>';
if ($scaction == 'select') return $text;