Ignore:
Timestamp:
May 18, 2010, 7:06:41 PM (14 years ago)
Author:
patdenice
Message:

Piwigo 2.1 compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FCKEditor/ckeditor/plugins/wsc/dialogs/ciframe.html

    r4629 r6226  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    22<!--
    3 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
     3Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
    44For licensing, see LICENSE.html or http://ckeditor.com/license
    55-->
     
    1717        var results = regex.exec( window.location.href ) ;
    1818
    19         if( results )
     19        if ( results )
    2020                return results[ 1 ] ;
    2121        else
Note: See TracChangeset for help on using the changeset viewer.