used to allow html tags in the excerpt for the topbar dropdown nav
content
$wpse_excerpt = trim(force_balance_tags($excerptOutput));
- $excerpt_end = ' <a href="'. esc_url( get_permalink() ) . '">' . ' » ' . sprintf(__( ' ', 'wpse' ), get_the_title()) . '</a>';
+ $excerpt_end = ' <a href="'. esc_url( get_permalink() ) . '">' . '' . sprintf(__( ' ', 'wpse' ), get_the_title()) . '</a>';
$excerpt_more = apply_filters('excerpt_more', ' ' . $excerpt_end);
//$pos = strrpos($wpse_excerpt, '</');