diff --git a/inc/html.php b/inc/html.php index 46c5334..17c9ed4 100644 --- a/inc/html.php +++ b/inc/html.php @@ -498,16 +498,16 @@ function buildPost($post, $res, $compact=false) { EOF; } else if (in_array(substr($post['file'], -4), array('.jpg', '.png', '.gif'))) { - $expandhtml = ""; + $expandhtml = ""; } - $thumblink = ""; + $thumblink = ""; $expandhtml = rawurlencode($expandhtml); if (isEmbed($post["file_hex"])) { - $filesize .= "${post['file_original']}–(${post['file_hex']})"; + $filesize .= "{$post['file_original']}–({$post['file_hex']})"; } else if ($post["file"] != '') { - $filesize .= $thumblink . "${post["file"]}–(${post["file_size_formatted"]}"; + $filesize .= $thumblink . "{$post["file"]}–({$post["file_size_formatted"]}"; if ($post["image_width"] > 0 && $post["image_height"] > 0) { $filesize .= ", " . $post["image_width"] . "x" . $post["image_height"]; } @@ -529,7 +529,7 @@ EOF; if ($post["thumb_width"] > 0 && $post["thumb_height"] > 0) { $filehtml .= << + {$post[ EOF; } @@ -537,8 +537,8 @@ EOF; if ($expandhtml != '') { $filehtml .= <<