/[local]/search/filters/default.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /search/filters/default.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Thu Jun 13 17:25:53 2002 UTC revision 1.2 by dpavlin, Fri Jun 14 18:10:27 2002 UTC
# Line 256  sub DocumentFilter { Line 256  sub DocumentFilter {
256                  # Print the row start                  # Print the row start
257                  $DocumentFinal .= "<TR><TD VALIGN=TOP ALIGN=RIGHT BGCOLOR=\"#EEEEEE\" WIDTH=\"130\"> $default::FieldNames{$FieldTag}: </TD><TD VALIGN=TOP ALIGN=LEFT> ";                  $DocumentFinal .= "<TR><TD VALIGN=TOP ALIGN=RIGHT BGCOLOR=\"#EEEEEE\" WIDTH=\"130\"> $default::FieldNames{$FieldTag}: </TD><TD VALIGN=TOP ALIGN=LEFT> ";
258    
259                    $Document{$FieldTag} =~ s/&/&and;/g;
260                    $Document{$FieldTag} =~ s/</&lt;/g;
261                    $Document{$FieldTag} =~ s/>/&gt;/g;
262    
263                  # Print the field data, marking up if needed                  # Print the field data, marking up if needed
264                  if ( $FieldTag eq "A" || $FieldTag eq "E" ) {                  if ( $FieldTag eq "A" || $FieldTag eq "E" ) {
265                          $CommaFlag = 0;                          $CommaFlag = 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26