<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">https://bugs.gentoo.org/861767
--- a/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java
+++ b/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java
@@ -24,7 +24,7 @@ import org.apache.commons.imaging.common.BinaryFileParser;
  * A PNG image is composed of several chunks. This is the base class for the chunks,
  * used by the parser.
  *
- * @see &lt;a href="https://en.wikipedia.org/wiki/Portable_Network_Graphics#%22Chunks%22_within_the_file&gt;Portable_Network_Graphics&lt;/a&gt;
+ * @see &lt;a href="https://en.wikipedia.org/wiki/Portable_Network_Graphics#%22Chunks%22_within_the_file"&gt;Portable_Network_Graphics&lt;/a&gt;
  */
 public class PngChunk extends BinaryFileParser {
     public final int length;
</pre></body></html>