mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -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>
|