mercurial/templates/paper/map
changeset 18745 3c7c25fa58e0
parent 18526 9409aeaafdc1
child 18772 0bba1ff2ac7b
--- a/mercurial/templates/paper/map	Fri Mar 01 19:42:42 2013 +0100
+++ b/mercurial/templates/paper/map	Sat Feb 09 21:51:21 2013 +0000
@@ -12,7 +12,14 @@
 help = help.tmpl
 helptopics = helptopics.tmpl
 
-helpentry = '<tr><td><a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">{topic|escape}</a></td><td>{summary|escape}</td></tr>'
+helpentry = '
+  <tr><td>
+    <a href="{url|urlescape}help/{topic|escape}{sessionvars%urlparameter}">
+      {topic|escape}
+    </a>
+  </td><td>
+    {summary|escape}
+  </td></tr>'
 
 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '