Skip to content

Commit

Permalink
Merge pull request #2047 from CityOfPhiladelphia/translating-staff-name
Browse files Browse the repository at this point in the history
"translate=no" added to staff name
  • Loading branch information
IshKeyes committed Dec 11, 2023
2 parents 564b4f1 + 0ae4971 commit e702e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
// Leadership Contact Info
$staff_leadership_output .= '<div class="small-24 medium-6 columns staff-contact">';

$staff_leadership_output .= '<div class="name">';
$staff_leadership_output .= '<div translate="no" class="name">';
$staff_leadership_output .= $staff_member_name_output;
$staff_leadership_output .= '</div>';

Expand Down

0 comments on commit e702e93

Please sign in to comment.