hgweb: fixes linebreak location in gitweb filediff.tmpl view stable
authorwujek srujek <wujek.srujek@googlemail.com>
Mon, 04 Jun 2012 18:03:23 +0200
branchstable
changeset 16844 a7ba57b10530
parent 16832 f61c86d43b70
child 16850 9c86ef980d9e
hgweb: fixes linebreak location in gitweb filediff.tmpl view It is consistent with other templates now and doesn't cause the help link to (incorrectly) appear on the next line.
mercurial/templates/gitweb/filediff.tmpl
--- a/mercurial/templates/gitweb/filediff.tmpl	Fri Jun 01 23:48:27 2012 -0500
+++ b/mercurial/templates/gitweb/filediff.tmpl	Mon Jun 04 18:03:23 2012 +0200
@@ -26,8 +26,9 @@
 <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> |
 <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> |
 diff |
-<a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a><br/> |
+<a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a> |
 <a href="{url}help{sessionvars%urlparameter}">help</a>
+<br/>
 </div>
 
 <div class="title">{file|escape}</div>