diff options
Diffstat (limited to 'lib/FormatAbstract.php')
-rw-r--r-- | lib/FormatAbstract.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/FormatAbstract.php b/lib/FormatAbstract.php index b05a5764..c76d1e42 100644 --- a/lib/FormatAbstract.php +++ b/lib/FormatAbstract.php @@ -2,6 +2,8 @@ abstract class FormatAbstract { + public const ITUNES_NS = 'http://www.itunes.com/dtds/podcast-1.0.dtd'; + const MIME_TYPE = 'text/plain'; protected string $charset = 'UTF-8'; |