From 5faeee7a73d23fff255d8e2d478327680b7aaf2a Mon Sep 17 00:00:00 2001 From: Daniel Silhavy Date: Wed, 23 Aug 2023 17:14:42 +0200 Subject: [PATCH] Remove doctype tag from test result output to avoid creating an invalid JSON --- HbbTV_DVB/impl/hbbMPDValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HbbTV_DVB/impl/hbbMPDValidator.php b/HbbTV_DVB/impl/hbbMPDValidator.php index 8a6b9610..c124ba14 100644 --- a/HbbTV_DVB/impl/hbbMPDValidator.php +++ b/HbbTV_DVB/impl/hbbMPDValidator.php @@ -85,7 +85,7 @@ function ($v, $k) { $logger->test( "HbbTV-DVB DASH Validation Requirements", "HbbTV: Section 'MPD'", - "The MPD must not contain an XML Document Type Definition()", + "The MPD must not contain an XML Document Type Definition", $docType === null, "FAIL", "No Doctype found",