From 697e3dec7b1098e95286964d1943473f6bfc7a91 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Tue, 23 Sep 2025 17:37:32 +0200 Subject: [PATCH] Fix HTML escaping example close #166 --- docs/atom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/atom.html b/docs/atom.html index 74533192..f7bc3d18 100755 --- a/docs/atom.html +++ b/docs/atom.html @@ -398,7 +398,7 @@

Text

<title type="text">AT&amp;T bought by SBC!</title>

If type="html", then this element contains entity escaped html.

<title type="html">
-  AT&amp;amp;T bought &amp;lt;b&amp;gt;by SBC&amp;lt;/b&amp;gt;!
+  AT&amp;amp;T bought &lt;b&gt;by SBC&lt;/b&gt;!
 </title>

If type="xhtml", then this element contains inline xhtml, wrapped in a div element.

<title type="xhtml">