view templates/monoblue/changelogentry.tmpl @ 9040:4743d1a65dfe

test: fix for compatibilty with true Bourne /bin/sh 'export foo=bar' is an extension, replaced with 'foo=bar; export foo'
author David Champion <dgc@uchicago.edu>
date Sun, 05 Jul 2009 13:58:37 -0500
parents 8b47efdf40ee
children 1d75c683ada1
line wrap: on
line source

<h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3>
<ul class="changelog-entry">
    <li class="age">{date|age} ago</li>
    <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li>
    <li class="description">{desc|strip|escape|addbreaks|nonempty}</li>
</ul>