mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
MINOR whitespace change
This commit is contained in:
parent
16736e25a4
commit
c3331581ee
@ -133,7 +133,7 @@ class BlogEntry extends Page {
|
|||||||
} else {
|
} else {
|
||||||
$parser = new BBCodeParser($this->Content);
|
$parser = new BBCodeParser($this->Content);
|
||||||
$content = new Text('Content');
|
$content = new Text('Content');
|
||||||
$content->value =$parser->parse();
|
$content->value = $parser->parse();
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user