[yum-commits] yum/update_md.py

James Antill james at osuosl.org
Fri Jan 4 21:17:15 UTC 2013


 yum/update_md.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 40c073238bc1cf7c3ce601d526b7f456dd83a168
Author: James Antill <james at and.org>
Date:   Fri Jan 4 16:16:56 2013 -0500

    Add closing > for updated in XML output. BZ 887935.

diff --git a/yum/update_md.py b/yum/update_md.py
index 0f31c31..e75d133 100644
--- a/yum/update_md.py
+++ b/yum/update_md.py
@@ -332,7 +332,7 @@ class UpdateNotice(object):
                 to_xml(self._md['description']))
         if self._md['updated']:
             # include the updated date in the generated xml
-            msg += """ <updated date="%s"\n""" % (to_xml(self._md['updated'], attrib=True))
+            msg += """ <updated date="%s">\n""" % (to_xml(self._md['updated'], attrib=True))
         if self._md['summary']:
             msg += """  <summary>%s</summary>\n""" % (to_xml(self._md['summary']))
         if self._md['solution']:


More information about the Yum-commits mailing list