# HG changeset patch # User cmlenz # Date 1188514909 0 # Node ID 9c89e22516b4ab4e1ed93d215f5a88a6244d3d07 # Parent dc35e98823902291506db6f9e830a48bf1b6bfe1 GenshiTutorial: Minor updates to Atom feed templates. diff --git a/examples/tutorial/geddit/templates/index.html b/examples/tutorial/geddit/templates/index.html --- a/examples/tutorial/geddit/templates/index.html +++ b/examples/tutorial/geddit/templates/index.html @@ -5,7 +5,7 @@ News - diff --git a/examples/tutorial/geddit/templates/index.xml b/examples/tutorial/geddit/templates/index.xml --- a/examples/tutorial/geddit/templates/index.xml +++ b/examples/tutorial/geddit/templates/index.xml @@ -11,6 +11,7 @@ ${link.url} + ${url('/info/%s/' % link.id)} ${link.username} diff --git a/examples/tutorial/geddit/templates/info.xml b/examples/tutorial/geddit/templates/info.xml --- a/examples/tutorial/geddit/templates/info.xml +++ b/examples/tutorial/geddit/templates/info.xml @@ -19,7 +19,7 @@ ${comment.username} ${comment.time.isoformat()} - ${comment.content} + ${comment.content}