Diff for /loncom/homework/structuretags.pm between versions 1.512.2.24.2.5 and 1.512.2.24.2.6

version 1.512.2.24.2.5, 2023/09/07 20:47:14 version 1.512.2.24.2.6, 2023/09/11 12:08:18
Line 2246  ENDJS Line 2246  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.2.5  
changed lines
  Added in v.1.512.2.24.2.6


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