Files @ 424167fefd6c
Branch filter:

Location: kallithea/pylons_app/templates/monoblue_plain/changelogentry.tmpl

Marcin Kuzminski
manage script error fix
1
2
3
4
<h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3>
    <h4>{date|age} ago, by {author|obfuscate} [{date|rfc822date}] rev {rev}</h4>
    <p>{desc|strip|escape|addbreaks}</p>
<hr/>