diff --git a/hecat/exporters/html_table.py b/hecat/exporters/html_table.py
index 4bb36f2..239405b 100644
--- a/hecat/exporters/html_table.py
+++ b/hecat/exporters/html_table.py
@@ -170,7 +170,7 @@
{% for item in items %}
-{% if item['archive_path'] is defined %}▣{% elif item['archive_error'] is defined and item['archive_error'] %}⚠{% endif %} |
+{% if item['archive_path'] is defined %}▣{% elif item['archive_error'] is defined and item['archive_error'] %}⚠{% endif %} |
{{ item['title'] }}
{% if item['description'] is defined and item['description'] %} {% if description_format == 'details' %}{% elif description_format == 'paragraph' %}{% endif %}{{ jinja_markdown(item['description']) }}{% if description_format == 'details' %} {% elif description_format == 'paragraph' %}{% endif %}{% endif %}
|
diff --git a/hecat/processors/archive_webpages.py b/hecat/processors/archive_webpages.py
index f6c0246..0658c22 100644
--- a/hecat/processors/archive_webpages.py
+++ b/hecat/processors/archive_webpages.py
@@ -1,5 +1,8 @@
"""archive webpages
-TODO
+TODO description
+TODO allow silencing wget output
+TODO split changes to this module and exporters/html table to separate commits
+TODO deduplicate output files
Note that yo may want to setup a system-wide ad-blocking mechanism to prevent wget from downloading
ads and annoyances, and save bandwidth and disk space in the process. See