Skip to content
Snippets Groups Projects
Commit a7ba57b10530 authored by wujek srujek's avatar wujek srujek
Browse files

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.
parent f61c86d43b70
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,5 @@
<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>
......@@ -30,4 +30,5 @@
<a href="{url}help{sessionvars%urlparameter}">help</a>
<br/>
</div>
<div class="title">{file|escape}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment