forked from leftypol/leftypol
display.php: trim
This commit is contained in:
parent
5a805fefae
commit
582a08eee4
1 changed files with 68 additions and 69 deletions
|
@ -314,7 +314,7 @@ class Post {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($this->files) && $this->files)
|
if (isset($this->files) && $this->files)
|
||||||
$this->files = @json_decode($this->files);
|
$this->files = json_decode($this->files);
|
||||||
|
|
||||||
$this->subject = utf8tohtml($this->subject);
|
$this->subject = utf8tohtml($this->subject);
|
||||||
$this->name = utf8tohtml($this->name);
|
$this->name = utf8tohtml($this->name);
|
||||||
|
@ -419,4 +419,3 @@ class Thread {
|
||||||
return $built;
|
return $built;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue