Skip to content

Commit

Permalink
Remove doctype tag from test result output to avoid creating an inval…
Browse files Browse the repository at this point in the history
…id JSON
  • Loading branch information
dsilhavy committed Aug 23, 2023
1 parent c50df54 commit 5faeee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HbbTV_DVB/impl/hbbMPDValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(<!DOCTYPE>)",
"The MPD must not contain an XML Document Type Definition",
$docType === null,
"FAIL",
"No Doctype found",
Expand Down

0 comments on commit 5faeee7

Please sign in to comment.