Skip to content

Commit

Permalink
qunit: Fix stylesheet link to not put up JS dialog
Browse files Browse the repository at this point in the history
It would be nice to support `<link>` in this dialog, as requested
in #71, but right
now the dialog suggests `<script>` for the stylesheet which is wrong.

This only affected QUnit, in which I mistakenly wrote it this way
since commit 6e82c21 in 2018.

Ref #41.
  • Loading branch information
Krinkle committed Jul 7, 2023
1 parent 6280681 commit 84911b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/qunit-release.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li>
QUnit {{version}} -
{{cdnSriLink filename "script"}},
{{cdnSriLink theme "stylesheet"}}
{{cdnLink theme "stylesheet"}}
</li>

0 comments on commit 84911b5

Please sign in to comment.