Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit e2e4e4e

Browse files
author
mikesamuel
committed
fixed a slew of bugs, removed caveats re html entities, added a change log
1 parent 06c4012 commit e2e4e4e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>29 March 2007</h2>
3636
<li>Added noisefree's C#
3737
<a href="http://code.google.com/p/google-code-prettify/issues/detail?id=4"
3838
>patch</a>
39-
<li>Added a <a href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">smaller distribution</a> that has comments and
39+
<li>Added a <a href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">distribution</a> that has comments and
4040
whitespace removed to reduce download size from 45.5kB to 12.8kB.
4141
</body>
4242
</html>

README.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ <h1>Javascript code prettifier</h1>
2020

2121
<h2>Setup</h2>
2222
<ol>
23+
<li><a href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">Download</a> a distribution
2324
<li>Include the script and stylesheets in your document
2425
(you will need to make sure the css and js file are on your server, and
2526
adjust the paths in the <tt>script</tt> and <tt>link</tt> tag)
2627
<pre class="prettyprint">
2728
&lt;link href="prettify.css" type="text/css" rel="stylesheet" />
2829
&lt;script type="text/javascript" src="prettify.js">&lt;/script></pre>
29-
30-
3130
<li>Add <code class="prettyprint">onload="prettyPrint()"</code> to your
3231
document's body tag.
3332
<li>Modify the stylesheet to get the coloring you prefer</li>
@@ -84,6 +83,9 @@ <h3>Which browsers does it work with?</h3>
8483
Look at <a href="tests/prettify_test.html">the test page</a> to see if it
8584
works in your browser.</p>
8685

86+
<h3>What's changed?</h3>
87+
<p>See the <a href="CHANGES.html">change log</a></p>
88+
8789

8890
<br><br><br>
8991

0 commit comments

Comments
 (0)