rgegriff / basiclti4moodle

Automatically exported from code.google.com/p/basiclti4moodle
0 stars 0 forks source link

object HTML tag's attribute "type" missing #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to use the basiclti module in a Webkit browser (Safari, Chrome, ...)

What is the expected output? What do you see instead?

Blank space in the place of the <object> tag, displaying "missing module".

What version of the product are you using? On what operating system?

Safari 5 and Chrome 13 on Mac OS X (10.6 and 10.7).

Please provide any additional information below.

To solve this, the MIME type of the <object> tag's content has to be specified 
: add ' type="text/html" ' in line 125 of mod/basiclti/view.php

Original issue reported on code.google.com by dunand.n...@gmail.com on 23 Aug 2011 at 6:55

GoogleCodeExporter commented 9 years ago
Thanks for the comment. Problem fixed.

Original comment by ngalanis@gmail.com on 8 Feb 2012 at 10:58