diff --git a/inc/woocommerce/functions.php b/inc/woocommerce/functions.php
index 2ac415200..1aa0e6747 100644
--- a/inc/woocommerce/functions.php
+++ b/inc/woocommerce/functions.php
@@ -126,6 +126,6 @@ function storefront_products_per_page() {
* @since 1.0.0
*/
function storefront_breadcrumb_delimeter( $defaults ) {
- $defaults['delimiter'] = '›';
+ $defaults['delimiter'] = '>';
return $defaults;
}
\ No newline at end of file