- fix: Tinymce insertImage

- fix: Edit Style returns wrong page
 - fix: Can not make Shortcut for CollaborationSystem
This commit is contained in:
JT Smith 2006-06-12 21:35:49 +00:00
parent f5b1e1bd6c
commit 6f96677a5e
3 changed files with 7 additions and 4 deletions

View file

@ -117,7 +117,7 @@ function OKClick() {
var preImageTag = '';
var postImageTag = '';
if (border > 0) {
imageTag = 'border: ' + border + 'px;';
imageTag += 'border: ' + border + 'px;';
}
if (hspace > 0) {
imageTag += 'margin-left: ' + hspace + 'px; margin-right: ' + hspace + 'px;';