Mercurial > hg
annotate mercurial/templates/monoblue/footer.tmpl @ 51510:a2f1d97e5284 stable
sshpeer: fix path when handling invalid url exception
In 73ed1d13c0bf the code was refactored but the error handling seems to have
been missed (or maybe the object shoud have implemented __bytes__)
author | Felipe Resende <felipe@fcresende.dev.br> |
---|---|
date | Sat, 16 Mar 2024 18:37:07 -0300 |
parents | eb7de21b15be |
children |
rev | line source |
---|---|
7111 | 1 <div class="page-footer"> |
2 <p>Mercurial Repository: {repo|escape}</p> | |
3 <ul class="rss-logo"> | |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14913
diff
changeset
|
4 <li><a href="{url|urlescape}rss-log">RSS</a></li> |
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14913
diff
changeset
|
5 <li><a href="{url|urlescape}atom-log">Atom</a></li> |
7111 | 6 </ul> |
7 {motd} | |
8 </div> | |
9 | |
10 <div id="powered-by"> | |
23830
c4f6fc4eb01e
hgweb: close <img> elements
Anton Shestakov <engored@ya.ru>
parents:
18526
diff
changeset
|
11 <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a></p> |
7111 | 12 </div> |
13 | |
14 </div> | |
15 | |
16 </body> | |
17 </html> |