-
Bug
-
Resolution: Fixed
-
Blocker
-
1.8
-
None
-
MOODLE_18_STABLE
-
MOODLE_18_STABLE, MOODLE_19_STABLE
Inside a course add a resource "Link to a file or web site" and select a zip file.
Select the "Keep page navigation visible on the same page" checkbox.
Now return to the course and select the link.
The link start the download of the zip file but... at the same time shows the page with the following XHTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html dir="ltr">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><title>stDan: A zip file</title></head>
<frameset rows="130,*"><frame src="view.php?id=3156&type=file&frameset=top" title="Resource"/><frame src="http://localhost:8888/eduiss/file.php/32/corsoDaFSLite.zip" title="Resource"/></frameset></html>
Frameset are not allowed by xhtml strict.
Why is this page shown?