forked from leftypol/leftypol
Word-wrap fix for OP.
This commit is contained in:
parent
ecea978fad
commit
23f67abb0e
2 changed files with 7 additions and 3 deletions
|
@ -375,7 +375,7 @@
|
|||
'</p>';
|
||||
|
||||
// Body
|
||||
$built .= $this->body .
|
||||
$built .= '<p class="body">' . $this->body . '</p>' .
|
||||
|
||||
// Omitted posts
|
||||
($this->omitted || $this->omitted_images? '<span class="omitted">' .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue