rename
Change line 188 from:
next if( /^%META:TOPIC(INFO|MOVED)/ );
to:
if( /^%META:TOPIC(INFO|MOVED)/ ) {
$resultText .= "$_\n";
next;
}
Note that with the META:TOPICINFO line being lost, TWiki thought the pre meta format was being used and all meta data was swept away.
| TWiki version: | 01 Sep 2001 |
| TWiki plugins: | |
| Server OS: | |
| Web server: | |
| Perl version: | |
| Client OS: | |
| Web Browser: |