Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SyntaxHighlightingPlugin/lib/TWiki/Plugins/SyntaxHighlightingPlugin.pm

    r322 r464  
    142142     
    143143    unless( _definedLang( $lang ) ){ 
    144         return _returnError("Language is either undefined or unsupported. Check %TWIKIWEB%.$pluginName for more information."); 
     144        return _returnError("Language is either undefined or unsupported. Check %SYSTEMWEB%.$pluginName for more information."); 
    145145    } 
    146146     
     
    199199 
    200200    my $out = '<span class="twikiAlert">'; 
    201     $out .= "%TWIKIWEB%.$pluginName - $text"; 
     201    $out .= "%SYSTEMWEB%.$pluginName - $text"; 
    202202    $out .= '</span>'; 
    203203 
Note: See TracChangeset for help on using the changeset viewer.