aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpyAggr3g470r.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index f4964947..85605b88 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -410,7 +410,6 @@ class Root:
html += "<br /><br />"
description = article[4]
if description:
- #html += utils.unescape(description).encode('utf-8')
html += description.encode('utf-8')
else:
html += "No description available."
bgstack15