From: Konrad Scorciapino <konrad@scorciapino.com>
Date: Wed, 23 Mar 2011 19:25:44 +0000 (-0300)
Subject: i didnso tafound out that html tags are not quoted
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8a5cd7bd9456fa5caf243e50ca288c95371bd573;p=notmuch-wiki

i didnso tafound out that html tags are not quoted
---

diff --git a/emacstips.mdwn b/emacstips.mdwn
index c7e7be4..0fcb1c8 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -180,7 +180,7 @@ controlled by the `mm-text-html-renderer` variable.
 
 The first option is theorically better, because it can generate
 strings formatted for emacs and do whatever you want, e.g., substitute
-text inside <b> tags for bold text in the buffer. The library, however
+text inside &lt;b&gt; tags for bold text in the buffer. The library, however
 is still in a very early development phase and cannot yet process
 properly many elements, like tables and <style> directives, and even
 the generated text is often poorly formatted.