Skip to content

Commit

Permalink
Item110: replace occurences of TWIKIWEB with SYSTEMWEB
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BeautifierPlugin@464 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KoenMartens authored and KoenMartens committed Nov 8, 2008
1 parent 4da4690 commit 4064d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/TWiki/BeautifierPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The code fragments are formaated using CSS. To change the look, upload a new ver

Plugin settings are stored as preferences variables. To reference a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>BEAUTIFIERPLUGIN_SHORTDESCRIPTION%==

* One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic:
* One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic:
* Set SHORTDESCRIPTION = Highlights and formats code fragments


Expand Down Expand Up @@ -119,7 +119,7 @@ void nWorld::StepSim()
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev |

__Related Topics:__ %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins
__Related Topics:__ %SYSTEMWEB%.TWikiPreferences, %SYSTEMWEB%.TWikiPlugins

-- TWiki:Main.LingLo - 18 Dec 2002

Expand Down
2 changes: 1 addition & 1 deletion lib/TWiki/Plugins/BeautifierPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sub handleCode
{
my ( $args, $codeFragment ) = @_;

TWiki::Func::addToHEAD( BEAUTIFIERPLUGIN_CODEFRAGMENT_CSS => '<link rel="stylesheet" href="%PUBURL%/%TWIKIWEB%/BeautifierPlugin/style.css" type="text/css" media="all" />' );
TWiki::Func::addToHEAD( BEAUTIFIERPLUGIN_CODEFRAGMENT_CSS => '<link rel="stylesheet" href="%PUBURL%/%SYSTEMWEB%/BeautifierPlugin/style.css" type="text/css" media="all" />' );

my $lang = TWiki::Func::extractNameValuePair( $args ); # || default language (eg, TWiki::Func::getPreferencesValue(uc 'BEAUTIFIERPLUGIN_LANGUAGE' )
unless ($langs->{$lang})
Expand Down

0 comments on commit 4064d92

Please sign in to comment.