We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6b701 commit fd992ccCopy full SHA for fd992cc
CODE/cgi-bin/showNODE.pl
@@ -244,7 +244,7 @@ =head1 Query string parameters
244
print "<TD colspan=\"2\"><B>$QryParm->{'node'}</B>";
245
for (@{$allNodeGrids{$NODEName}}) {
246
my $fullnode = "$_.$NODEName";
247
- print "<BR><A href=\"/cgi-bin/$NODES{CGI_SHOW}?node=$fullnode\"><B>$fullnode</B></A><BR>" if ($fullnode ne $QryParm->{'node'});
+ print "<BR><A href=\"/cgi-bin/$NODES{CGI_SHOW}?node=$fullnode\"><B>$fullnode</B></A>" if ($fullnode ne $QryParm->{'node'});
248
}
249
print "</TD></TR>\n";
250
0 commit comments