forked from leftypol/leftypol
removed annoying white-space
This commit is contained in:
parent
6f894ad4ee
commit
1e88c55b37
2 changed files with 4 additions and 3 deletions
|
@ -366,7 +366,7 @@
|
|||
$built .= $this->postControls();
|
||||
|
||||
// Body
|
||||
$built .= '<p class="body">' . ($index ? truncate($this->body, $this->link()) : $this->body) . '</p></div><br class="clear"/>';
|
||||
$built .= '<p class="body">' . ($index ? truncate($this->body, $this->link()) : $this->body) . '</p></div><br/>';
|
||||
|
||||
if(!$this->mod && $config['memcached']['enabled']) {
|
||||
$memcached->set($this->memcached_key($index), $built, time() + $config['memcached']['timeout']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue