Skip to content

Commit

Permalink
Item9588: rename zone (body => script) in non-core plugins too
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/DpSyntaxHighlighterPlugin@8919 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Sep 5, 2010
1 parent a00c4f7 commit c2c15ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/DpSyntaxHighlighterPlugin.pm
Expand Up @@ -53,7 +53,7 @@ sub _addScript {
$Foswiki::Plugins::VERSION < 2.1) {
Foswiki::Func::addToHEAD($tag, $text, $requires);
} else {
Foswiki::Func::addToZone('body', $tag, $text, $requires);
Foswiki::Func::addToZone('script', $tag, $text, $requires);
}

return;
Expand Down

0 comments on commit c2c15ab

Please sign in to comment.