Diff for /rat/lonpage.pm between versions 1.111.2.3 and 1.111.2.4

version 1.111.2.3, 2016/10/29 05:59:30 version 1.111.2.4, 2016/10/29 13:47:21
Line 316  ENDEXT Line 316  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.111.2.3  
changed lines
  Added in v.1.111.2.4


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