~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/atom.pt

  • Committer: Matt Nordhoff
  • Date: 2009-06-06 12:23:11 UTC
  • mto: This revision was merged to the branch mainline in revision 366.
  • Revision ID: mnordhoff@mattnordhoff.com-20090606122311-j3w680xd2w8g0qif
Syntax (whitespace) tweak

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  <link rel="alternate" type="text/html" tal:attributes="href python:branch.url(['/changes'])" />
10
10
 
11
11
  <entry tal:repeat="entry changes">
12
 
    <title tal:content="string: ${entry/revno}: ${entry/short_comment}">
 
12
    <title tal:content="string:${entry/revno}: ${entry/short_comment}">
13
13
      ${entry/revno}: ${entry/short_comment}
14
14
    </title>
15
 
    <updated tal:content="string: ${entry/utc_date/isoformat}Z">
 
15
    <updated tal:content="string:${entry/utc_date/isoformat}Z">
16
16
      updated
17
17
    </updated>
18
18
    <!-- TODO: The feed validator will generate warnings because this is URL-encoded -->