--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -477,15 +477,15 @@
<div class="codehilite"><pre>
<b>this will be bold</b>
you should escape &lt;unknown&gt; tags
-&copy; special entities work
-&amp;&copy; if you want to escape it
+&lt; special entities work
+&amp;lt; if you want to escape it
</pre></div>
<p>Output:</p>
{{g.markdown.convert('''<b>this will be bold</b>
you should escape <unknown> tags
-© special entities work
-&copy; if you want to escape it''')}}
+< special entities work
+&lt; if you want to escape it''')}}
<p>Individual ampersands (&) and less-than signs (<) are fine, they will be shown as expected.</p>