--- no_pager/index.cgi 2006/08/17 00:16:51 20 +++ no_pager/index.cgi 2006/08/17 01:08:23 21 @@ -142,7 +142,7 @@ my $rdoc = $nres->get_doc($i); $out .= '
' . - '

' . $rdoc->attr('@title') . '

' . + '

' . attr_regex( $rdoc, '@title' ) . '

' . '

' . html_snippet( $rdoc->snippet ) . '

' . '' . attr_regex( $rdoc, 'source' ) . '' . ' [' . attr_regex( $rdoc, '@size' ) . ' bytes]
';