Simon-Initiative / course-digest

Tool to produce a summary or digest of OLI course package contents
MIT License
2 stars 0 forks source link

[BUGFIX] rename video type attr as for audio [MER-2560] #200

Closed andersweinstein closed 12 months ago

andersweinstein commented 1 year ago

Type attribute in video elements was not getting renamed, causing it to be passed through and taken for a content element type on rendering, giving rise to error message unsupported content type video/mp4. Occurs in Logic and Proofs. Apparently never noticed before because type attribute never included in other courses.

One-line fix renames attribute as for audio.