Ticket #3752: 3752.patch

File 3752.patch, 792 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    1 /*
     1/*
    22Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    33For licensing, see LICENSE.html or http://ckeditor.com/license
    44*/
     
    251251                                                                '<fieldset style="height:100%' +
    252252                                                                        ( CKEDITOR.env.quirks ? ';position:relative' : '' ) +
    253253                                                                '">' +
    254                                                                         '<legend style="position:absolute;top:-1000px">' +
     254                                                                        '<legend style="position:absolute;left:-10000px">' +
    255255                                                                                CKEDITOR.tools.htmlEncode( accTitle ) +
    256256                                                                        '</legend>' +
    257257                                                                '</fieldset>'
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy