From c2c15ab15266533bf7537189f4eaf0b9d8e4a13f Mon Sep 17 00:00:00 2001 From: OlivierRaginel Date: Sun, 5 Sep 2010 18:30:37 +0000 Subject: [PATCH] Item9588: rename zone (body => script) in non-core plugins too git-svn-id: http://svn.foswiki.org/trunk/DpSyntaxHighlighterPlugin@8919 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- lib/Foswiki/Plugins/DpSyntaxHighlighterPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Foswiki/Plugins/DpSyntaxHighlighterPlugin.pm b/lib/Foswiki/Plugins/DpSyntaxHighlighterPlugin.pm index 96cfaf3..3fa2fc5 100644 --- a/lib/Foswiki/Plugins/DpSyntaxHighlighterPlugin.pm +++ b/lib/Foswiki/Plugins/DpSyntaxHighlighterPlugin.pm @@ -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;