We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebab141 commit 5a82c4fCopy full SHA for 5a82c4f
app/Http/Controllers/EpgGenerateController.php
@@ -81,7 +81,7 @@ public function compressed(string $uuid)
81
private function generate($playlist)
82
{
83
// Output the XML header
84
- echo '<?xml version="1.0" encoding="UTF-8"?>
+ echo '<?xml version="1.0" encoding="utf-8" ?><!DOCTYPE tv SYSTEM "xmltv.dtd">
85
<tv generator-info-name="Generated by m3u editor" generator-info-url="' . url('') . '">';
86
echo PHP_EOL;
87
0 commit comments