diff --git a/netbox/templates/dcim/inc/frontport.html b/netbox/templates/dcim/inc/frontport.html
index 2b79cf7a7..8fb7d1136 100644
--- a/netbox/templates/dcim/inc/frontport.html
+++ b/netbox/templates/dcim/inc/frontport.html
@@ -1,4 +1,4 @@
-
+
{# Checkbox #}
{% if perms.dcim.change_frontport or perms.dcim.delete_frontport %}
@@ -9,7 +9,7 @@
{# Name #}
- {{ frontport }}
+ {{ frontport }}
|
{# Type #}
diff --git a/netbox/templates/dcim/inc/rearport.html b/netbox/templates/dcim/inc/rearport.html
index 424565b19..e180fa154 100644
--- a/netbox/templates/dcim/inc/rearport.html
+++ b/netbox/templates/dcim/inc/rearport.html
@@ -1,4 +1,4 @@
-
+
{# Checkbox #}
{% if perms.dcim.change_rearport or perms.dcim.delete_rearport %}
@@ -9,7 +9,7 @@
{# Name #}
- {{ rearport }}
+ {{ rearport }}
|
{# Type #}