diff --git a/src/webapp/utils.py b/src/webapp/utils.py index abe3111a9..ac4699e72 100644 --- a/src/webapp/utils.py +++ b/src/webapp/utils.py @@ -1071,7 +1071,7 @@ def update_last_changed(obj, user): register_plugins() # works after registering plugins: -import HtmlDoc +from htmldoc import HtmlDoc from libhtmlbackend import HtmlBackend, DocBackend, process_spaces from libhtml import Html