summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/content.c b/content/content.c
index d4a8f3227..dd2f3b103 100644
--- a/content/content.c
+++ b/content/content.c
@@ -291,9 +291,7 @@ static const struct handler_entry handler_map[] = {
true},
#endif
{directory_create, 0, directory_convert,
- html_reformat, html_destroy, html_stop, html_redraw, 0,
- html_open, html_close,
- true},
+ 0, directory_destroy, 0, 0, 0, 0, 0, true},
#ifdef WITH_THEME_INSTALL
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, false},
#endif