mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 11:28:41 +01:00
Added space after subject
This commit is contained in:
parent
8243912d9b
commit
ec74f73288
@ -150,6 +150,7 @@
|
||||
$built .= '<div class="post op"><p class="intro"' . (!$index?' id="' . $this->id . '"':'') . '>';
|
||||
|
||||
// Subject
|
||||
if(!empty($this->subject))
|
||||
$built .= '<span class="subject">' . $this->subject . '</span> ';
|
||||
// Email
|
||||
if(!empty($this->email))
|
||||
|
Loading…
x
Reference in New Issue
Block a user