remove href from port name link to discourage bookmarking

This commit is contained in:
Oliver Gorwits
2012-02-22 22:47:18 +00:00
parent c2994bdc4f
commit a54bcba22c
2 changed files with 6 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
[% END %]
</td>
[% IF params.c_port %]
<td><a class="this_port_only" href="#">[% row.port | html_entity %]</a></td>
<td><a class="this_port_only">[% row.port | html_entity %]</a></td>
[% END %]
[% IF params.c_descr %]
<td class="center_cell">[% row.descr | html_entity %]</td>