http://www.perlmonks.org?node_id=792334


in reply to Re^2: Free Nodelet hack: Syntax colouring (THX!)
in thread Free Nodelet hack: Syntax colouring

I know all of this, but do beginners, too???

A simple return to break the script-tag into two lines and you may double the number of users...

Strange, you as a MS fan should care about brainless users ... ;-D

Cheers Rolf

update:

<script> var headID = document.getElementsByTagName("head")`[0`]; var cssNode = document.createElement('link'); cssNode.type = 'text/css'; cssNode.rel = 'stylesheet'; cssNode.href = 'http://datenzoo.de/pub/prettify-jaap.css'; cssNode.media = 'screen'; headID.appendChild(cssNode); </script> <script type="text/javascript" src="http://datenzoo.de/pub/prettify-jaap.js"></script>