diff -r 6534c77de93f -r 29e41a6415d7 degal/templates.py --- a/degal/templates.py Fri Jun 26 22:09:13 2009 +0300 +++ b/degal/templates.py Fri Jun 26 22:10:49 2009 +0300 @@ -41,7 +41,7 @@ """ return [ - tags.div(id_='image')( + tags.div(id='image')( # title tags.h1(image.title) if image.title else None, @@ -62,7 +62,7 @@ ), # extended info, metadata - tags.div(id_='info')(*( + tags.div(id='info')(*( tags.p(("%s: " % name), value) for name, value in image.metadata )), ]