Skip to content

Commit

Permalink
Item2181: Item2596: Committed too much
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/DpSyntaxHighlighterPlugin@5953 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Jan 6, 2010
1 parent d659510 commit c85bc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/DpSyntaxHighlighterPlugin.pm
Expand Up @@ -129,7 +129,7 @@ sub _doHead {

# CSS theme to use for output
my $theme = Foswiki::Func::getPreferencesValue("\U$pluginName\_THEME");
$theme = 'Default' unless ( defined $theme && $theme ne '') ;
$theme = 'Default' if $theme eq '';
$style .= "<link type='text/css' rel='stylesheet' href='$rootDir/styles/shTheme$theme.css' />";

my $jsDefs = '';
Expand Down

0 comments on commit c85bc66

Please sign in to comment.