From 41fb84c203ea1f22190add1f5aa681831ddda760 Mon Sep 17 00:00:00 2001 From: Jason Crome Date: Mon, 2 Oct 2023 13:49:30 -0400 Subject: [PATCH] Open results from chart table in new tab Clicking on a result from the chart table presently opens search results in the current tab; clicking on a result in the chart itself opens search results in a new tab. This change opens chart table results in a new tab, making the behavior between the two consistent. --- share/html/Search/Elements/ChartTable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/html/Search/Elements/ChartTable b/share/html/Search/Elements/ChartTable index 0a745d7ceb4..cf13d2984dc 100644 --- a/share/html/Search/Elements/ChartTable +++ b/share/html/Search/Elements/ChartTable @@ -99,7 +99,7 @@ foreach my $section (qw(thead tbody tfoot)) { ) ) ) - . '">' + . '" target="_blank">' ); $m->out( $eh->( $cell->{'value'} ) ); $m->out('');