diff --git a/application/master/controller/Article.php b/application/master/controller/Article.php index 0961bb8..8c11151 100644 --- a/application/master/controller/Article.php +++ b/application/master/controller/Article.php @@ -1726,8 +1726,7 @@ class Article extends Controller { $xml = ''; //create xml 头 $xml .= '' . PHP_EOL; - $xml .= '' . PHP_EOL . PHP_EOL; + $xml .= '' . PHP_EOL . PHP_EOL; $xml .= '' . PHP_EOL; $xml .= '' . date('Ymd') . '' . PHP_EOL; $xml .= '' . date('YmdHis') . '' . PHP_EOL; @@ -1822,8 +1821,7 @@ http://www.crossref.org/schemas/crossref4.3.7.xsd">' . PHP_EOL . PHP_EOL; $xml = ''; //create xml 头 $xml .= '' . PHP_EOL; - $xml .= '' . PHP_EOL . PHP_EOL; + $xml .= '' . PHP_EOL . PHP_EOL; $xml .= '' . PHP_EOL; $xml .= '' . date('Ymd') . '' . PHP_EOL; $xml .= '' . date('YmdHis') . '' . PHP_EOL;