diff --git a/wp/wp-content/themes/phila.gov-theme/partials/departments/phila_staff_directory_loop.php b/wp/wp-content/themes/phila.gov-theme/partials/departments/phila_staff_directory_loop.php index de3f3f187..6743ae051 100644 --- a/wp/wp-content/themes/phila.gov-theme/partials/departments/phila_staff_directory_loop.php +++ b/wp/wp-content/themes/phila.gov-theme/partials/departments/phila_staff_directory_loop.php @@ -127,8 +127,8 @@ $staff_leadership_array[$staff_display_order] = $staff_leadership_output; else: - $staff_table_output .= ' - ' . $staff_member_name_output . ' + $staff_table_output .= ' + ' . $staff_member_name_output . ' ' . $staff_title . '
' . urldecode( $staff_unit ). ''; if (!empty($staff_email)) : $staff_table_output .= '' . $staff_email . '';