Mercurial > genshi > mirror
view examples/tutorial/geddit/templates/_comment.html @ 814:a5c74a9b9782 trunk
Remove unneeded conversion of empty attribute values into a single-item list of an empty `TEXT` event.
author | cmlenz |
---|---|
date | Mon, 09 Mar 2009 14:04:21 +0000 |
parents | e990fa05d80b |
children |
line wrap: on
line source
<?python from genshi import HTML ?> <li id="comment$num"> <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')} <blockquote>${HTML(comment.content)}</blockquote> </li>