/[PLies]/burst.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 /burst.pl

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

revision 1.20 by dpavlin, Tue Sep 18 12:44:15 2001 UTC revision 1.21 by dpavlin, Tue Sep 18 12:50:15 2001 UTC
# Line 526  sub createSlide Line 526  sub createSlide
526          $content =~ s/<\/body>//i; # remove if any          $content =~ s/<\/body>//i; # remove if any
527          $content =~ s/<\/html>//i; # remove if any          $content =~ s/<\/html>//i; # remove if any
528    
529          $status = sprintf "Slide %2d: %s %s\n", $nr, $title, $subtitle;          $status = sprintf "Slide %2d: %s %s", $nr, $title, $subtitle;
530          $status =~ s/<[^>]+>//g;          $status =~ s/<[^>]+>//g;
531          print STDERR $status;          $status =~ s/[\n\r]+/ /g;
532            print STDERR "$status\n";
533    
534          &verify_html($content);         # check the html          &verify_html($content);         # check the html
535          &check_tags($content);          # check open and closed tags          &check_tags($content);          # check open and closed tags

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.26