diff --git a/mozilla/editor/ui/dialogs/content/EdImageProps.js b/mozilla/editor/ui/dialogs/content/EdImageProps.js index e4f9e1e4dd3..7690edff6a9 100644 --- a/mozilla/editor/ui/dialogs/content/EdImageProps.js +++ b/mozilla/editor/ui/dialogs/content/EdImageProps.js @@ -187,7 +187,7 @@ function InitDialog() gDialog.imagetbInput.value = globalElement.getAttribute("vspace"); // dialog.border.value = globalElement.getAttribute("border"); - bv = GetHTMLOrCSSStyleValue(globalElement, "border", "border-top-width"); + var bv = GetHTMLOrCSSStyleValue(globalElement, "border", "border-top-width"); var pxIndex = bv.search(/px/); if (pxIndex > 0) {