diff --git a/app/Views/devicesRead.php b/app/Views/devicesRead.php index 6ede0c5be..c43264a8d 100644 --- a/app/Views/devicesRead.php +++ b/app/Views/devicesRead.php @@ -928,7 +928,7 @@ } } $othertags = json_encode($othertags); - echo '' . $tag . ' '; + echo '' . html_entity_decode($tag, ENT_QUOTES | ENT_HTML5, 'UTF-8') . ' '; } ?>