--- lib/TWiki/Query/HoistREs.pm.dist 2007-12-09 20:55:47.000000000 +0100 +++ lib/TWiki/Query/HoistREs.pm 2007-12-09 21:08:37.000000000 +0100 @@ -185,6 +185,9 @@ } elsif ($node->{params}[0] eq 'web') { # Special case for the web name return undef; + } elsif ($node->{params}[0] eq 'type') { + # Special case for the topic form type + return undef; } elsif ($node->{params}[0] eq 'text') { # Special case for the text body return "\000RHS\001";