--- view.orig Tue May 14 10:38:47 2002 +++ view Thu Jun 6 08:53:04 2002 @@ -272,6 +272,11 @@ } writeDebugTimes( "view - handleCommonTags for template done" ); $tmpl = &TWiki::getRenderedVersion( $tmpl, "", $meta ); ## better to use meta rendering? + # fix for NS4 browsers for KoalaSkin, v2 + $text =~ s/<(blockquote[^>]*)( cite *= *"[^"]*")([^>]*)>/\n<$1$3>/go; + $text =~ s/
]*)>/
/go; + $text =~ s/<\/blockquote>/<\/td><\/table>/go; + $tmpl =~ s/%TEXT%/$text/go; $tmpl =~ s/%MAXREV%/1.$maxrev/go; $tmpl =~ s/%CURRREV%/1.$rev/go;