diff --git a/netbox/utilities/forms/fields.py b/netbox/utilities/forms/fields.py index 5f1e06c3b..fd00a97ae 100644 --- a/netbox/utilities/forms/fields.py +++ b/netbox/utilities/forms/fields.py @@ -215,7 +215,7 @@ class CommentField(forms.CharField): default_label = '' # TODO: Port Markdown cheat sheet to internal documentation default_helptext = ' '\ - ''\ + ''\ 'Markdown syntax is supported' def __init__(self, *args, **kwargs):