Diff for /loncom/interface/londocs.pm between versions 1.651 and 1.652

version 1.651, 2018/01/12 13:33:37 version 1.652, 2018/04/14 00:10:48
Line 4830  sub short_urls { Line 4830  sub short_urls {
                   &endContentScreen());                    &endContentScreen());
         return '';          return '';
     } else {      } else {
         $r->print('<h4 class="LC_info">'.&mt('Tiny URLs for deep-linking into course').'</h4>'."\n".          $r->print('<h4 class="LC_info">'.&mt('Tiny URLs for deep-linking into course').'</h4>'."\n");
         $r->rflush();          $r->rflush();
         my $readonly;          my $readonly;
         if ($canedit) {          if ($canedit) {

Removed from v.1.651  
changed lines
  Added in v.1.652


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