Diff for /loncom/interface/loncommon.pm between versions 1.1440 and 1.1441

version 1.1440, 2024/10/07 19:52:16 version 1.1441, 2024/10/08 21:15:42
Line 7096  END Line 7096  END
             }              }
         } else {          } else {
             # this is to separate menu from content when there's no secondary              # this is to separate menu from content when there's no secondary
             # menu. Especially needed for public accessible ressources.              # menu. Especially needed for publicly accessible resources.
             $bodytag .= '<hr style="clear:both" />';              $bodytag .= '<hr style="clear:both" />';
             if ($need_endlcint) {              if ($need_endlcint) {
                 $bodytag .= Apache::lonhtmlcommon::scripttag('', 'end');                  $bodytag .= Apache::lonhtmlcommon::scripttag('', 'end');

Removed from v.1.1440  
changed lines
  Added in v.1.1441


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