diff --git a/netbox/templates/core/plugin.html b/netbox/templates/core/plugin.html
index 5dfc20b88..b833db037 100644
--- a/netbox/templates/core/plugin.html
+++ b/netbox/templates/core/plugin.html
@@ -4,7 +4,7 @@
{% load i18n %}
{% load render_table from django_tables2 %}
-{% block title %}
{{ plugin.title_long }}{% endblock %}
+{% block title %}{{ plugin.title_long }}{% endblock %}
{% block object_identifier %}
{% endblock object_identifier %}