~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/atom.pt

  • Committer: Martin Albisetti
  • Date: 2008-07-25 21:07:15 UTC
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080725210715-t7dcy9h1681xcwv0
Make sure everything is outputed properly

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    <id tal:content="python:branch.url(['/revision', entry.revno])">
18
18
      ID
19
19
    </id>
20
 
    <author tal:repeat="author entry/authors">
21
 
      <name tal:content="python:util.hide_email(author)">
 
20
    <author>
 
21
      <name tal:content="python:util.hide_email(entry.author)">
22
22
        author
23
23
      </name>
24
24
    </author>