/[webpac-proto]/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.5 by dpavlin, Thu Oct 24 18:25:22 2002 UTC revision 1.6 by dpavlin, Fri Oct 25 17:40:50 2002 UTC
# Line 142  sub DocumentFilter { Line 142  sub DocumentFilter {
142    
143                  sub html_enc {                  sub html_enc {
144                          my $tmp = $_[0];                          my $tmp = $_[0];
145                          $tmp =~ s/&/∧/g;                          $tmp =~ s/&/&/g;
146                          $tmp =~ s/</&lt;/g;                          $tmp =~ s/</&lt;/g;
147                          $tmp =~ s/>/&gt;/g;                          $tmp =~ s/>/&gt;/g;
148                          # fix some tags                          # fix some tags

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26