Skip to content

Commit fd992cc

Browse files
committed
minor fix in showNODE.pl
1 parent 2c6b701 commit fd992cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODE/cgi-bin/showNODE.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ =head1 Query string parameters
244244
print "<TD colspan=\"2\"><B>$QryParm->{'node'}</B>";
245245
for (@{$allNodeGrids{$NODEName}}) {
246246
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'});
247+
print "<BR><A href=\"/cgi-bin/$NODES{CGI_SHOW}?node=$fullnode\"><B>$fullnode</B></A>" if ($fullnode ne $QryParm->{'node'});
248248
}
249249
print "</TD></TR>\n";
250250

0 commit comments

Comments
 (0)