Skip to content
Snippets Groups Projects
Commit cbad8d19 authored by sam marshall's avatar sam marshall
Browse files

Fix technology constants in switch in iframe.php

In iframe.php, bare text 'case HTML5' is used inside a switch
statement. This is incorrect as there is no 'HTML5' constant
defined in the code. It needs quotes around the 'HTML5'.

It works correctly already because PHP defaults to treating an
unrecognised constant as the same as the string. However, this
causes warning messages in the PHP log.
parent ee48f8d7
Branches master
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment