include end of line

This commit is contained in:
Diego Najar 2020-02-10 21:23:02 +01:00
parent 78ab655c57
commit d570ad6644
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class pluginRobots extends Plugin {
header('Content-type: text/plain');
// Include link to sitemap in robots.txt if the plugin is enabled
if (pluginActivated('pluginSitemap')) {
echo 'Sitemap: '.DOMAIN_BASE.'sitemap.xml';
echo 'Sitemap: '.DOMAIN_BASE.'sitemap.xml'.PHP_EOL;
}
echo $this->getValue('robotstxt');
exit(0);