Diff for /loncom/homework/structuretags.pm between versions 1.512.2.24 and 1.512.2.25

version 1.512.2.24, 2020/09/28 00:46:06 version 1.512.2.25, 2023/09/11 13:46:11
Line 2034  ENDJS Line 2034  ENDJS
     # computation:      # computation:
     #      #
     if ($target eq 'web') {      if ($target eq 'web') {
         $result .= &Apache::lonhtmlcommon::set_compute_end_time();          $result .= &Apache::lonhtmlcommon::dash_to_minus_js().
                      &Apache::lonhtmlcommon::set_compute_end_time();
         #          #
         # Closing tags delayed so any <script></script> tags           # Closing tags delayed so any <script></script> tags 
         # not in head can appear inside body, for valid xhtml.          # not in head can appear inside body, for valid xhtml.

Removed from v.1.512.2.24  
changed lines
  Added in v.1.512.2.25


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