Mercurial > hg
view templates/gitweb/footer.tmpl @ 7658:44b3f7bbe2f3
notify: fix neglect of custom headers set via template
e981725da3fe introduced a bug that discarded all custom headers.
Add custom header to test template.
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 15 Jan 2009 01:38:52 +0100 |
parents | 345a23eca8f6 |
children |
line wrap: on
line source
<div class="page_footer"> <div class="page_footer_text">{repo|escape}</div> <div class="rss_logo"> <a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a> </div> <br /> {motd} </div> </body> </html>