Diff for /loncom/homework/structuretags.pm between versions 1.43 and 1.44

version 1.43, 2001/06/12 22:42:55 version 1.44, 2001/06/26 21:09:08
Line 1 Line 1
 # The LearningOnline Network with CAPA   # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document  # definition of tags that give a structure to a document
 # 2/19 Guy  # 2/19 Guy
   # 6/26/2001 fixed extra web display at end of <web></web> tags
 package Apache::structuretags;   package Apache::structuretags; 
   
 use strict;  use strict;
Line 21  sub start_web { Line 22  sub start_web {
 }  }
   
 sub end_web {  sub end_web {
       return '';
 }  }
   
 sub start_tex {  sub start_tex {
Line 33  sub start_tex { Line 35  sub start_tex {
 }  }
   
 sub end_tex {  sub end_tex {
       return '';
 }  }
   
 sub start_problem {  sub start_problem {

Removed from v.1.43  
changed lines
  Added in v.1.44


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>