Commit 168b37eb by Carsten Brandt

minor apidoc style

parent f7148c2d
...@@ -117,7 +117,7 @@ abstract class BaseRenderer extends Component ...@@ -117,7 +117,7 @@ abstract class BaseRenderer extends Component
$links[] = $this->generateLink($linkText, $this->generateApiUrl($type->name)) . $postfix; $links[] = $this->generateLink($linkText, $this->generateApiUrl($type->name)) . $postfix;
} }
} }
return implode('|', $links); return implode(' | ', $links);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment