mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
11 lines
157 B
HTML
11 lines
157 B
HTML
|
<script>
|
||
|
<!--
|
||
|
ok( true, "script within html comments executed" );
|
||
|
-->
|
||
|
</script>
|
||
|
<script>
|
||
|
<![CDATA[
|
||
|
ok( true, "script within CDATA executed" );
|
||
|
]]>
|
||
|
</script>
|