Diff for /rat/lonwrapper.pm between versions 1.47 and 1.48

version 1.47, 2014/05/20 11:47:06 version 1.48, 2014/06/17 23:01:21
Line 83  sub wrapper { Line 83  sub wrapper {
             $output .= '<a href="'.$url.'">'.&mt('Link to PDF (for mobile devices)').'</a>';              $output .= '<a href="'.$url.'">'.&mt('Link to PDF (for mobile devices)').'</a>';
         } else {          } else {
             $output .= '<div style="overflow:scroll; -webkit-overflow-scrolling:touch;">'."\n".              $output .= '<div style="overflow:scroll; -webkit-overflow-scrolling:touch;">'."\n".
                        '<iframe src="$url" height="100%" width="100%" frameborder="0">'."\n".                         '<iframe src="'.$url.'" height="100%" width="100%" frameborder="0">'."\n".
                        "$lt{'noif'} $noiframe\n".                         "$lt{'noif'} $noiframe\n".
                        "</iframe>\n".                         "</iframe>\n".
                        "</div>\n";                         "</div>\n";
             $output .= '<iframe src="$url" height="100%" width="100%" frameborder="0">'."\n".  
                        "$lt{'noif'} $noiframe\n".  
                        '</iframe>';  
         }          }
         $output .= $endpage;          $output .= $endpage;
         return $output;          return $output;

Removed from v.1.47  
changed lines
  Added in v.1.48


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