diff --git a/Web-Plugin-Observium/share/views/plugin/observium/device_port_column.tt b/Web-Plugin-Observium/share/views/plugin/observium/device_port_column.tt
index 00dd09a5..f3973aae 100644
--- a/Web-Plugin-Observium/share/views/plugin/observium/device_port_column.tt
+++ b/Web-Plugin-Observium/share/views/plugin/observium/device_port_column.tt
@@ -7,12 +7,19 @@
"searchable": false,
"render": function ( data, type, row, meta ) {
var cell_str = '';
- cell_str = cell_str + '\''
+ cell_str = cell_str + '
\'';
cell_str = cell_str + '>';
return cell_str;
}