merging 7.4 changes
This commit is contained in:
parent
5292426cc5
commit
1149fd54ed
19 changed files with 319 additions and 167 deletions
|
|
@ -116,19 +116,19 @@ function OKClick() {
|
|||
var html = '<img src="' + src + '" alt="' + alt + '"';
|
||||
|
||||
if (border > 0) {
|
||||
html += ' border="'+border+'px" ';
|
||||
html += ' border="'+border+'" ';
|
||||
}
|
||||
if (hspace > 0) {
|
||||
html += ' hspace="'+hspace+'px" ';
|
||||
html += ' hspace="'+hspace+'" ';
|
||||
}
|
||||
if (vspace > 0) {
|
||||
html += ' vspace="'+vspace+'px" ';
|
||||
html += ' vspace="'+vspace+'" ';
|
||||
}
|
||||
if (height > 0) {
|
||||
html += ' height="'+height+'px" ';
|
||||
html += ' height="'+height+'" ';
|
||||
}
|
||||
if (width > 0) {
|
||||
html += ' width="'+width+'px" ';
|
||||
html += ' width="'+width+'" ';
|
||||
}
|
||||
if (align != null) {
|
||||
html += ' align="'+align+'" ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue