You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special characters such as apostrophes and ampersands are not rendered correctly when displaying a variable name in the profile component. Instead, they appear as HTML entities (e.g., ' for apostrophes and & for ampersands).
Description
Special characters such as apostrophes and ampersands are not rendered correctly when displaying a variable name in the profile component. Instead, they appear as HTML entities (e.g.,
'
for apostrophes and&
for ampersands).Steps to Reproduce
Expected Behavior
flux's comp...
Actual Behavior
flux's comp...
Fix editing profile.blade.php
Wrap $name with html_entity_decode
The text was updated successfully, but these errors were encountered: