Fixed typos in change log.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index c160d96..177c2de 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,16 +22,16 @@
 
 <h3>Fixed Bugs</h3>
 <ul>
-  <li>Fixed failure with default methods in in Java 8 interfaces.
+  <li>Fixed failure with default methods in in Java 8 interfaces
       (GitHub <a href="https://github.com/jacoco/jacoco/issues/201">#201</a>).</li>
   <li>Better interoperability with JMockit, analysis and fix contributed by Rogério
       Liesenfeld (GitHub <a href="https://github.com/jacoco/jacoco/issues/35">#35</a>
-      and (GitHub <a href="https://github.com/jacoco/jacoco/issues/54">#54</a>).</li>
+      and <a href="https://github.com/jacoco/jacoco/issues/54">#54</a>).</li>
 </ul>
 
 <h3>Non-functional Changes</h3>
 <ul>
-  <li>JaCoCo now depends on ASM 5.0.1.
+  <li>JaCoCo now depends on ASM 5.0.1
       (GitHub <a href="https://github.com/jacoco/jacoco/issues/201">#201</a>).</li>
 </ul>