diff --git a/feedback-submit.php b/feedback-submit.php --- a/feedback-submit.php +++ b/feedback-submit.php @@ -17,15 +17,14 @@ * You should have received a copy of the GNU Affero General Public License * along with SlatePermutate. If not, see . */ - include_once 'inc/class.page.php'; - $feedbackpage = new page('Feedback'); - $subject = '[SlatePermutate] - Feedback'; + include_once 'inc/class.page.php'; + $feedbackpage = new page('Feedback'); + $subject = '[SlatePermutate] - Feedback'; ?>

Thanks!

- - -

Thanks for helping make SlatePermutate better. Your feedback is greatly appreciated.

-

We will attempt to respond via email if your feedback lends itself to a response.

+ echo '

Thanks for helping make SlatePermutate better. Your feedback is greatly appreciated.'; + echo '

We will attempt to respond via email if your feedback lends itself to a response.

'; - -foot(); + $feedbackpage->foot();