From a0b6207f81aeb6108eea58faf6ca156adeb58d41 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 15 Aug 2021 20:03:25 +0200 Subject: [PATCH] Add missing htmlspecialchars in Wikidata results list --- src/NodaWikidataFetcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NodaWikidataFetcher.php b/src/NodaWikidataFetcher.php index 02ea7b1..e598542 100644 --- a/src/NodaWikidataFetcher.php +++ b/src/NodaWikidataFetcher.php @@ -1688,7 +1688,7 @@ final class NodaWikidataFetcher { return ''; } - $output = '
+ $output = '

' . $result['id'] . '

'; $output .= '

' . $result['label']; if (!empty($result['label_ext'])) $output .= " ({$result['label_ext']})";