From c17560be277de06654f17d5f036eb0f6405f8c55 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 27 Feb 2012 11:29:55 -0700 Subject: [PATCH] Fix #305, #304 - Update alerts to use × entity --- 404.php | 2 +- comments.php | 8 ++++---- inc/roots-cleanup.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/404.php b/404.php index ffc3b88..3d46156 100644 --- a/404.php +++ b/404.php @@ -7,7 +7,7 @@

- × + ×

diff --git a/comments.php b/comments.php index d581afc..e5a797f 100644 --- a/comments.php +++ b/comments.php @@ -11,7 +11,7 @@ comment_approved == '0') { ?>
- × + ×

@@ -28,7 +28,7 @@
- × + ×

@@ -54,7 +54,7 @@
- × + ×

@@ -64,7 +64,7 @@
- × + ×

diff --git a/inc/roots-cleanup.php b/inc/roots-cleanup.php index aa3dce7..6cc180b 100644 --- a/inc/roots-cleanup.php +++ b/inc/roots-cleanup.php @@ -627,7 +627,7 @@ if (class_exists('RGForms')) { // error message class function roots_gform_validation_message($message, $form) { $message = '
'; - $message .= '×'; + $message .= '×'; $message .= 'There was a problem with your submission. Errors have been highlighted below.'; $message .= '
'; return $message;