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/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/Constants.pm

    r811 r1043  
    11#package Foswiki::Plugins::WysiwygPlugin::Constants; 
    22# Use s simpler-named namespace for constants to improve code readability 
    3 package WC; 
     3package Foswiki::Plugins::WysiwygPlugin::Constants; 
    44 
    55use strict; 
     
    302302} 
    303303 
     304# Create shorter alias for other modules 
     305no strict 'refs'; 
     306*{'WC::'} = \*{'Foswiki::Plugins::WysiwygPlugin::Constants::'}; 
     307 
    3043081; 
Note: See TracChangeset for help on using the changeset viewer.