Ticket #6550: 6550.patch

File 6550.patch, 498 bytes (added by Garry Yao, 13 years ago)
  • _samples/output_for_flash.html

     
    217217                                                if ( style )
    218218                                                {
    219219                                                        // Get the align from the style.
    220                                                         match = /(?:^|\s)text-align\s*:\s*(\w*);/i.exec( style );
     220                                                        match = /(?:^|\s)text-align\s*:\s*(\w*);?/i.exec( style );
    221221                                                        align = match && match[1];
    222222
    223223                                                        if ( align )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy