Hacker News new | ask | show | jobs
by pastureofplenty 315 days ago
This reminded me of how in the early 2000s I was taught to enclose the content of SCRIPT tags in HTML comments, e.g.

  <script language="JavaScript"><!--
  
  // script contents

  -->

  </script>