diff --git a/mkht.php b/mkht.php index 54284b6..48c2cd7 100755 --- a/mkht.php +++ b/mkht.php @@ -31,7 +31,6 @@ define('DESTINATION', $args[2] ?? 'dns'); if (file_exists(SITE . '/config.ini')) $config = parse_ini_file(SITE . '/config.ini'); -$config['title'] ??= ''; $config['header'] ??= false; $config['author'] ??= NULL; $config['base-url'] ??= []; @@ -68,7 +67,7 @@ ob_start(); ?> - <?= $config['title'] ?> + <?= $config['title'] ?? '' ?> urn:publicid: