Sha256: 6f6924f3425d6a97f32b9d34f11906e61641dd66eac848bb465c75e70c6314a8
Contents?: true
Size: 619 Bytes
Versions: 15
Compression:
Stored size: 619 Bytes
Contents
# prettify.rb if /\A(?:latest|day|month|nyear)\z/ =~ @mode then add_header_proc do <<-HTML <link href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script> <script type="text/javascript"><!-- if(window.addEventListener){ window.addEventListener("load", prettyPrint, false); }else if(window.attachEvent){ window.attachEvent("onload", prettyPrint); }else{ window.onload=prettyPrint; } // --></script> HTML end end
Version data entries
15 entries across 14 versions & 2 rubygems