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

Commit ca84bd1

Browse files
author
mikesamuel
committed
fixed change log markup
1 parent e2e4e4e commit ca84bd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<html>
22
<head>
3+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
34
<title>Change Log</title>
45
</head>
5-
<body>
6+
<body bgcolor="white">
67
<a style="float:right" href="README.html">README</a>
78
<h1>Change Log</h1>
89
<h2>29 March 2007</h2>
@@ -15,8 +16,6 @@ <h2>29 March 2007</h2>
1516
<a href="http://code.google.com/p/google-code-prettify/issues/detail?id=6"
1617
>bug</a>: <code>prettyPrintOne</code> was not halting. This was not
1718
reachable through the normal entry point.
18-
<li>Fixed entity handling so that the caveat
19-
<blockquote>
2019
<li>Fixed
2120
<a href="http://code.google.com/p/google-code-prettify/issues/detail?id=4"
2221
>bug</a>: recursing into a script block or PHP tag that was not properly
@@ -38,5 +37,6 @@ <h2>29 March 2007</h2>
3837
>patch</a>
3938
<li>Added a <a href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">distribution</a> that has comments and
4039
whitespace removed to reduce download size from 45.5kB to 12.8kB.
40+
</ul>
4141
</body>
4242
</html>

0 commit comments

Comments
 (0)