diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php
index 8d29cf47..af12732b 100644
--- a/includes/sp-core-functions.php
+++ b/includes/sp-core-functions.php
@@ -537,7 +537,7 @@ if ( !function_exists( 'sp_get_post_equation' ) ) {
if ( $equation ):
$equation = str_replace(
array( '/', '(', ')', '+', '-', '*', '_', '$' ),
- array( '÷', '(', ')', '+', '−', '×', '@', '' ),
+ array( '÷', '(', ')', '+', '−', '×', '@', '' ),
trim( $equation )
);
return '' . implode( ' ', explode( ' ', $equation ) ) . '';