OSDN Git Service

NP_PubMed v 0.2.0
[nucleus-jp/nucleus-plugins.git] / NP_PubMed / trunk / pubmed / templates / Cell.php
index c3630b2..603bf3b 100644 (file)
@@ -4,8 +4,8 @@ class PUBMED_TEMPLATE extends PUBMED_TEMPLATE_BASE {
        public function parse($num,$pmid,$xml,$authors,$year,$journal,$volume,$pages,$title){\r
                return <<<END\r
 \r
-{$this->parse_authors($authors)} ({$year}). {$title} {$journal} <i>{$volume}</i>, {$pages}<br />\r
-<br />\r
+<p>{$this->parse_authors($authors)} ({$year}). {$title} {$journal} <i>{$volume}</i>, {$pages}<br />\r
+</p>\r
 \r
 END;\r
        }\r