diff options
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-x | pyAggr3g470r.py | 1 |
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." |