diff --git a/inc/display.php b/inc/display.php
index 3a9fc577..2bce4eaa 100644
--- a/inc/display.php
+++ b/inc/display.php
@@ -366,7 +366,7 @@
$built .= $this->postControls();
// Body
- $built .= '
' . ($index ? truncate($this->body, $this->link()) : $this->body) . '
';
+ $built .= '' . ($index ? truncate($this->body, $this->link()) : $this->body) . '
';
if(!$this->mod && $config['memcached']['enabled']) {
$memcached->set($this->memcached_key($index), $built, time() + $config['memcached']['timeout']);
diff --git a/style.css b/style.css
index 51392869..a5bd03f3 100644
--- a/style.css
+++ b/style.css
@@ -194,12 +194,13 @@ div.post p.body {
}
div.post.reply {
background: #D6DAF0;
- float: left;
+ /*float: left;*/
margin: 0.2em 16px;
padding: 0.2em 0.3em 0.5em 0.6em;
border-width: 1px;
border-style: none solid solid none;
border-color: #B7C5D9;
+ display: inline-block;
}
span.trip {
color: #228854;
@@ -376,4 +377,4 @@ div.blotter {
color: red;
font-weight: bold;
text-align: center;
-}
\ No newline at end of file
+}