Diff for /loncom/interface/londocs.pm between versions 1.484.2.73 and 1.484.2.75

version 1.484.2.73, 2017/08/31 20:06:36 version 1.484.2.75, 2017/11/10 15:52:26
Line 3746  END Line 3746  END
                     }                      }
                 }                  }
                 if ($url ne '') {                  if ($url ne '') {
                     $url.=(($url=~/\?/)?'&':'?').'symb='.&HTML::Entities::encode($shownsymb,'"<>&');                      $url.=(($url=~/\?/)?'&':'?').'symb='.&escape($shownsymb);
                 }                  }
             } elsif (!$env{'request.role.adv'}) {              } elsif (!$env{'request.role.adv'}) {
                 my $checkencrypt;                  my $checkencrypt;
Line 5633  unless ($container eq 'page') { Line 5633  unless ($container eq 'page') {
           if ($error) {            if ($error) {
              $r->print('<p><span class="LC_error">'.$error.'</span></p>');               $r->print('<p><span class="LC_error">'.$error.'</span></p>');
           }            }
           unless (&is_hash_old()) {  
           if ($hadchanges) {            if ($hadchanges) {
              unless (&is_hash_old()) {               unless (&is_hash_old()) {
                  &mark_hash_old();                   &mark_hash_old();

Removed from v.1.484.2.73  
changed lines
  Added in v.1.484.2.75


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