--- savemulti.orig 2003-09-30 04:24:19.000000000 -0400 +++ savemulti 2003-09-30 04:24:38.000000000 -0400 @@ -247,7 +247,7 @@ $ptext = &TWiki::getRenderedVersion( $ptext ); # do not allow click on link before save: - $ptext =~ s@(href=".*?")@href="%SCRIPTURLPATH%/oops%SCRIPTSUFFIX%/%WEB%/%UNSPACEDTOPIC%\?template=oopspreview"@goi; + $ptext =~ s@(href=".*?")@$1 target="_blank"@goi; $ptext = &TWiki::handleCommonTags( $ptext, $topic ); $tmpl = &TWiki::handleCommonTags( $tmpl, $topic );