Minor - Fixed wrong HTML attribute - refs #3343

skala
Yannick Warnier 12 years ago
parent cdd8888c6e
commit 30f816c222
  1. 4
      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 overflow:hidden id="hotpotatoe" width="100%" frameborder="0" src="'.$url.'"></iframe>';
echo '<iframe style="overflow:hidden" id="hotpotatoe" width="100%" frameborder="0" src="'.$url.'"></iframe>';
echo '</body></html>';
exit;
exit;

Loading…
Cancel
Save