Diff for /rat/lonpage.pm between versions 1.120 and 1.120.2.1

version 1.120, 2016/10/29 05:49:28 version 1.120.2.1, 2017/06/13 15:53:05
Line 356  ENDEXT Line 356  ENDEXT
       $posthash{'all_submit'}='yes';        $posthash{'all_submit'}='yes';
   }    }
       }        }
                                 if ($env{'environment.remote'} eq 'on') {
                                     $posthash{'inhibitmenu'} = 'yes';
                                 }
                               my $output=Apache::lonnet::ssi($src,%posthash);                                my $output=Apache::lonnet::ssi($src,%posthash);
       $output=~s|//(\s*<!--)? BEGIN LON-CAPA Internal.+?// END LON-CAPA Internal\s*(-->)?\s||gs;        $output=~s|//(\s*<!--)? BEGIN LON-CAPA Internal.+?// END LON-CAPA Internal\s*(-->)?\s||gs;
                               if (($target eq 'tex') || ($target eq 'tex_answer')) {                                if (($target eq 'tex') || ($target eq 'tex_answer')) {

Removed from v.1.120  
changed lines
  Added in v.1.120.2.1


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