Ignore:
Timestamp:
11/28/08 15:12:15 (3 years ago)
Author:
CrawfordCurrie
Message:

Item6041: fix empty bullet list Item324: get it working on Foswiki Item295: further detoxing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm

    r984 r1043  
    1717use strict; 
    1818 
    19 use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION ); 
    2019use Assert; 
    2120 
    22 $VERSION = '$Rev$'; 
    23 $RELEASE = '03 Aug 2008'; 
    24 $SHORTDESCRIPTION = 'Integration of TinyMCE with WysiwygPlugin'; 
     21our $VERSION = '$Rev$'; 
     22our $RELEASE = '03 Aug 2008'; 
     23our $SHORTDESCRIPTION = 'Integration of TinyMCE with WysiwygPlugin'; 
    2524 
    2625use Foswiki::Func; 
Note: See TracChangeset for help on using the changeset viewer.