mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-11-01 00:20:53 +00:00
14 lines
248 B
HTML
14 lines
248 B
HTML
|
|
<script>
|
||
|
|
function() { var x = "htmlJS"+"testsignature"; }
|
||
|
|
</script>
|
||
|
|
<script>
|
||
|
|
<!--
|
||
|
|
</something>
|
||
|
|
function() { var x = "htmlJS"+"testsignature"; }
|
||
|
|
-->
|
||
|
|
</script>
|
||
|
|
<script>
|
||
|
|
//some comment
|
||
|
|
function() { var x = "htmlJS"+"testsignature"; }
|
||
|
|
</script>
|