Merge branch '2.4' of github.com:MISP/MISP into 2.4

pull/7215/head
iglocska 2021-03-16 23:15:09 +01:00
commit 82744ea39f
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if ($key === 'refs' &&
) {
echo '<a href="' . h($value) . '" rel="noreferrer noopener">' . h($value) . '</a>';
} else if ($key === 'country') {
echo $this->Icon->countryFlag($item['GalaxyElement']['value']) . ' ' . h($value);
echo $this->Icon->countryFlag($value) . ' ' . h($value);
} else {
echo h($value);
}