diff mercurial/templates/paper/help.tmpl @ 18747:f5db3092790f

hgweb: generate HTML documentation It's generated from the raw ReST source, as returned from help.help_().
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sat, 09 Feb 2013 21:51:21 +0000
parents 9409aeaafdc1
children ac08ff370977
line wrap: on
line diff
--- a/mercurial/templates/paper/help.tmpl	Sat Feb 09 21:51:21 2013 +0000
+++ b/mercurial/templates/paper/help.tmpl	Sat Feb 09 21:51:21 2013 +0000
@@ -31,9 +31,9 @@
 <div id="hint">find changesets by author, revision,
 files, or words in the commit message</div>
 </form>
-<pre>
-{doc|escape}
-</pre>
+<div id="doc">
+{rstdoc(doc, "html")}
+</div>
 </div>
 </div>