psa: improved add feed/categories dialog
[feedingit] / src / rss_sqlite.py
index d243933..129f500 100644 (file)
@@ -803,7 +803,7 @@ class Feed(BaseObject):
         #text = '''<div style="color: black; background-color: white;">'''
         text = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'
         text += "<html><head><title>" + title + "</title>"
-        text += '<meta http-equiv="Content-Type" content="text/html; charset="UTF-8"/>\n'
+        text += '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\n'
         #text += '<style> body {-webkit-user-select: none;} </style>'
         text += '</head><body bgcolor=\"#ffffff\"><div><a href=\"' + link + '\">' + title + "</a>"
         if author != None: