##// END OF EJS Templates
Removed trailing spaces from everything except test output
Removed trailing spaces from everything except test output

File last commit:

r6210:942287cb default
r6210:942287cb default
Show More
footer.tmpl
9 lines | 211 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 <div class="page_footer">
<div class="page_footer_text">#repo|escape#</div>
Thomas Arendsen Hein
Removed trailing spaces from everything except test output
r6210 <a class="rss_logo" href="#url#rss-log">RSS</a>
Robert Bachmann
Added support for the Atom syndication format
r5269 <a class="rss_logo" href="#url#atom-log">Atom</a>
Thomas Arendsen Hein
Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
r3478 <br />
#motd#
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
</body>
</html>