diff -r 30b857a6b811 -r 1316404e4ea8 index.php --- a/index.php Sun Oct 28 19:57:29 2007 -0400 +++ b/index.php Sun Oct 28 21:19:36 2007 -0400 @@ -89,11 +89,12 @@ if(!$q) $db->_die('The comment data could not be selected.'); $row = $db->fetchrow(); $db->free_result(); + $row['subject'] = str_replace('\'', ''', $row['subject']); echo '
'; echo "
- - - + + +
Subject:
Comment:
" . $lang->get('comment_postform_field_subject') . "
" . $lang->get('comment_postform_field_comment') . "
"; echo '
'; break;