Diff for /loncom/interface/loncommon.pm between versions 1.324 and 1.325

version 1.324, 2006/03/29 19:39:55 version 1.325, 2006/04/04 15:11:26
Line 3051  Inputs: $title - optional title for the Line 3051  Inputs: $title - optional title for the
 =cut  =cut
   
 sub head {  sub head {
     my ($title,$head_extra) = @_;      my ($title,$head_extra,$args) = @_;
     return &headtag($title,$head_extra).&endheadtag();      return &headtag($title,$head_extra,$args).&endheadtag();
 }  }
   
 =pod  =pod

Removed from v.1.324  
changed lines
  Added in v.1.325


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