diff --git a/Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod b/Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod
index 40ba2c68..d5a2c8b0 100644
--- a/Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod
+++ b/Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod
@@ -394,7 +394,7 @@ template safely if the base of the app is relocated:
Available in the Device tabs, use this if you need to refer back to the
current page with some additional parameters, for example:
-
+
=back
diff --git a/Netdisco/share/views/ajax/device/ports.tt b/Netdisco/share/views/ajax/device/ports.tt
index 512be174..40f06387 100644
--- a/Netdisco/share/views/ajax/device/ports.tt
+++ b/Netdisco/share/views/ajax/device/ports.tt
@@ -117,7 +117,7 @@ $(document).ready(function() {
[% ELSE %]
cell_str += '';
[% END %]
- cell_str += '';
if (row.is_master) {
cell_str += ' ';
@@ -125,7 +125,7 @@ $(document).ready(function() {
cell_str += he.encode(row.port) + '';
if (row.slave_of) {
cell_str += '
'
- + ''
+ he.encode(row.slave_of) + '';
}
@@ -384,13 +384,13 @@ $(document).ready(function() {
else if (row.remote_type && row.remote_type.match(/(cisco\s+AIR-[L|C]?AP|-K9W8-|^AP:\s)/)) {
cell_str += ' ';
}
- cell_str += '';
var n_dns = row.neighbor_alias_dns ? row.neighbor_alias_dns.replace(d_suffix, '') : '';
cell_str += he.encode(n_dns || row.neighbor_alias_ip) + '';
if (row.remote_port) {
cell_str += ' - '
- + '' + he.encode(row.remote_port || '') + '';