##// END OF EJS Templates
Add missing > to </td> in templates.
Add missing > to </td> in templates.

File last commit:

r169:e93a16de default
r233:33c48b63 default
Show More
tags.tmpl
15 lines | 232 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
hgweb: actually commit the tags template
r169 #header#
<title>#repo#: tags</title>
</head>
<body>
<div class="buttons">
<a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
</div>
<h2>tags:</h2>
#entries#
#footer#