diff --git a/modules/editor/components/image_link/tpl/popup.js b/modules/editor/components/image_link/tpl/popup.js index 2661942a8..2e815a32b 100644 --- a/modules/editor/components/image_link/tpl/popup.js +++ b/modules/editor/components/image_link/tpl/popup.js @@ -99,6 +99,7 @@ function insertImage(obj) { if(height) text+= " height=\""+height+"\" "; if(link_url) text+= " link_url=\""+link_url+"\" "; if(open_window=='Y') text+= " open_window=\"Y\" "; + if(align) text+= " align=\""+align+"\" "; text+= " />"; opener.editorFocus(opener.editorPrevSrl);