diff --git a/bl-plugins/opengraph/plugin.php b/bl-plugins/opengraph/plugin.php index 7a1acc34..03707c7e 100644 --- a/bl-plugins/opengraph/plugin.php +++ b/bl-plugins/opengraph/plugin.php @@ -86,7 +86,7 @@ class pluginOpenGraph extends Plugin { // Get the image from the content $src = $this->getImage( $content ); if($src!==false) { - $html .= ''.PHP_EOL; + $html .= ''.PHP_EOL; } } else