[gs-commits] mupdf 1.16.1.49 docs: Escape less/greater than characters

[email protected] (Sebastian Rasmussen) Mon, 30 Sep 2019 15:59:38 +0000 (UTC)
Newsgroups gmane.comp.printing.ghostscript.cvs
Message-ID <[email protected]>
commit 5df906e551f52d09c9e52ca0b9cbbe485d0dfa35
Author: Sebastian Rasmussen <[email protected]>
Date:   Sun Sep 29 20:03:22 2019 +0200

    docs: Escape less/greater than characters.
    
    Not doing so means that a browser will attempt to interpret the
    strings as tags and they may therefore disappear from the rendered page.

diff --git a/docs/manual-mutool-create.html b/docs/manual-mutool-create.html
index 2bdd7b0..3499393 100644
--- a/docs/manual-mutool-create.html
+++ b/docs/manual-mutool-create.html
@@ -127,11 +127,11 @@ Q
 q
 0 0 1 rg
 BT /TmRm 24 Tf 50 760 Td (Hello, world!) Tj ET
-BT /Helv-C 24 Tf 50 730 Td <fac4d2c1d7d3d4d7d5cad4c521> Tj ET
-BT /Helv-G 24 Tf 50 700 Td <eae1ebe7ecddf1e1> Tj ET
-BT /Song 24 Tf 50 670 Td <4F60 597D> Tj ET
-BT /Mincho 24 Tf 50 640 Td <3053 3093 306b 3061 306f> Tj ET
-BT /Batang 24 Tf 50 610 Td <c548 b155 d558 c138 c694> Tj ET
+BT /Helv-C 24 Tf 50 730 Td &lt;fac4d2c1d7d3d4d7d5cad4c521&gt; Tj ET
+BT /Helv-G 24 Tf 50 700 Td &lt;eae1ebe7ecddf1e1&gt; Tj ET
+BT /Song 24 Tf 50 670 Td &lt;4F60 597D&gt; Tj ET
+BT /Mincho 24 Tf 50 640 Td &lt;3053 3093 306b 3061 306f&gt; Tj ET
+BT /Batang 24 Tf 50 610 Td &lt;c548 b155 d558 c138 c694&gt; Tj ET
 Q
 </pre>
 

http://git.ghostscript.com/?p=mupdf.git;a=commit;h=5df906e551f52d09c9e52ca0b9cbbe485d0dfa35

--
MuPDF library
Artifex Software, Inc.