From 914d65c4bb4311d234cde1458630b75f3798154a Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Wed, 7 Sep 2011 18:47:10 -0700 Subject: [PATCH] syntax bug fix --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index 3c73951..ea02d94 100644 --- a/inc/html.php +++ b/inc/html.php @@ -65,7 +65,7 @@ EOF; EOF; if ($post['subject'] != '') { - $return .= ' ' . ${post['subject']} . ' '; + $return .= ' ' . $post['subject'] . ' '; } $return .= <<