Show
Ignore:
Timestamp:
2008-05-29 17:19:19 (7 months ago)
Author:
alfonsoml
Message:

Fix the XHTML problems in the dialogs. #2056

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_image.html

    r1689 r2026  
    166166                        <input id="btnUpload" type="submit" value="Send it to the Server" fcklang="DlgLnkBtnUpload" /> 
    167167                        <script type="text/javascript"> 
    168                                 document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"></iframe>' ) ; 
     168                                document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ; 
    169169                        </script> 
    170170                </form>