Copy link to clipboard
Copied
When searching for Fonts on fonts.adobe.com it's showing escaped HTML Code as Text. How can I report this error / Anyone else experiencing it?
Bug appears in all languages except English.
Looks like the string that is used for missing translations on fonts is using a special character that escapes translation missing:
Correct HTML Element: (English)
<a aria-label="View family Roboto" ng-href="/fonts/roboto" class="adobe-fonts-family-card--link" ng-click="familyCard.handleFamilyCardClick()" tabindex="0" href="/fonts/roboto">
</a>
Escaped HTML Element: (all other Languages)
<a aria-label="<span class=" translation_missing"="" title="translation missing: de_DE.neue.families.variations.family_aria_label, name: Roboto">Family Aria Label"
ng-href="/fonts/roboto"
class="adobe-fonts-family-card--link"
ng-click="familyCard.handleFamilyCardClick()"
tabindex="0">
</a>
Copy link to clipboard
Copied
Welcome to the Community! I'd like to inform you that, this was a bug on the website, which has been resolved. Please try again and let us know if the issue persists.
Regards,
Tarun