--- deskbar/handlers/desklicious.py.orig 2007-07-14 18:10:27.000000000 -0400 +++ deskbar/handlers/desklicious.py 2007-07-14 18:11:04.000000000 -0400 @@ -137,8 +137,8 @@ name=item.getElementsByTagName("title")[0].firstChild.nodeValue, url=item.getElementsByTagName("link")[0].firstChild.nodeValue, tags=item.getElementsByTagName("dc:subject")[0].firstChild.nodeValue.split(" "), - author=item.getElementsByTagName("dc:creator")[0].firstChild.nodeValue), - category="web") + author=item.getElementsByTagName("dc:creator")[0].firstChild.nodeValue, + category="web")) return posts