Minor: Fix inconsistent whitespace.
This commit is contained in:
parent
377e7b5030
commit
71631d1306
|
|
@ -238,7 +238,7 @@ Class PucReadmeParser {
|
|||
|
||||
if ( $markdown ) { // Parse markdown.
|
||||
if ( !class_exists('Parsedown', false) ) {
|
||||
require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSION, '5.3.0', '>=') ? '' : 'Legacy') . '.php');
|
||||
require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSION, '5.3.0', '>=') ? '' : 'Legacy') . '.php');
|
||||
}
|
||||
$instance = Parsedown::instance();
|
||||
$text = $instance->text($text);
|
||||
|
|
|
|||
Loading…
Reference in New Issue