removing hidden overflow 6150

1.9.x
unknown 13 years ago
parent 251329d010
commit 3550ff5ac4
  1. 2
      main/exercice/showinframes.php

@ -100,6 +100,6 @@ if ($origin == 'learnpath') {
Display::display_header($nameTools,"Exercise");
}
$url = $document_web_path.$doc_url.$user_id.'.t.html?time='.Security::remove_XSS($time);
echo '<iframe style="overflow:hidden" id="hotpotatoe" width="100%" frameborder="0" src="'.$url.'"></iframe>';
echo '<iframe id="hotpotatoe" width="100%" frameborder="0" src="'.$url.'"></iframe>';
echo '</body></html>';
exit;

Loading…
Cancel
Save