Skip to content

Commit 84911b5

Browse files
committed
qunit: Fix stylesheet link to not put up JS dialog
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.
1 parent 6280681 commit 84911b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/qunit-release.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<li>
22
QUnit {{version}} -
33
{{cdnSriLink filename "script"}},
4-
{{cdnSriLink theme "stylesheet"}}
4+
{{cdnLink theme "stylesheet"}}
55
</li>

0 commit comments

Comments
 (0)