Index: lib/TWiki.pm =================================================================== --- lib/TWiki.pm (revision 11965) +++ lib/TWiki.pm (working copy) @@ -2824,6 +2824,9 @@ return ''; } + $this->{plugins}->beforeCommonTagsHandler( $text, $includedTopic, + $includedWeb ); + # remove everything before and after the selected include block if( !$section ) { $text =~ s/.*?%STARTINCLUDE%//s;