--- SectionalEditPlugin.pm 2005-08-04 15:22:52.000000000 -0400 +++ ../../../../SectionalEditPlugin.pm 2005-08-18 16:14:04.000000000 -0400 @@ -150,6 +150,7 @@ unless($skipit) { my $editsections = 'EditSections' if (($alwayssection && $_[0] !~ /^\s*%i)); + my $noeditsections = 'NoEditSections' if ($_[0] =~ m%%i); # inserts break in sections, sections all. # why did we also use in the first line to section all? # Make sure space before /> is allowed also in the script @@ -157,6 +158,7 @@ # Why is the /> possible? my $sectionedit = 'SectionEdit' if ($_[0] =~ m%%i); my $activate = $editsections || $sectionbreak || $sectionedit; + $activate = 0 if $noeditsections; if ($activate) { my $ret = '';