From 0ac28ab1ff2b3fc03eb725cb154f22647cf3fc24 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 12 Sep 2017 16:54:42 -0400 Subject: [PATCH] Remove P tags from the city menu excerpts of the map --- functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.php b/functions.php index dc86d00..f499993 100644 --- a/functions.php +++ b/functions.php @@ -94,7 +94,6 @@ function get_excerpt_by_id($post_id, $length = 35){ array_push($words, '…'); $the_excerpt = implode(' ', $words); endif; - $the_excerpt = '

' . $the_excerpt . '

'; return $the_excerpt; } -- 2.17.1