Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into xmr-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 4, 2019
2 parents 04ea93c + e44c361 commit 0223b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generateElement.js
Expand Up @@ -46,8 +46,8 @@ const generateElement = (resourceUrl, algorithms) => {
case '.forbidden':
element = `Error: Forbidden content-type
https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages
https://developer.mozilla.org/en/docs/Incorrect_MIME_Type_for_CSS_Files`;
https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages
https://developer.mozilla.org/docs/Incorrect_MIME_Type_for_CSS_Files`;
break;
default:
element = `<!-- Warning: Unrecognized content-type. Are you sure this is the right resource? -->
Expand Down

0 comments on commit 0223b09

Please sign in to comment.