diff mercurial/templates/monoblue/map @ 18745:3c7c25fa58e0

hgweb help: split up long lines (in generated output)
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sat, 09 Feb 2013 21:51:21 +0000
parents 9409aeaafdc1
children 0bba1ff2ac7b
line wrap: on
line diff
--- a/mercurial/templates/monoblue/map	Fri Mar 01 19:42:42 2013 +0100
+++ b/mercurial/templates/monoblue/map	Sat Feb 09 21:51:21 2013 +0000
@@ -11,7 +11,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> '