Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DolphinQt: Fix all instances of <gameid> in AdvancedWidget #9338

Merged
merged 1 commit into from Dec 19, 2020

Conversation

iwubcode
Copy link
Contributor

@iwubcode iwubcode commented Dec 19, 2020

The tooltips leverage rich-text which uses a type of html. Therefore the text "< gameid >" was being interpreted as a tag (looks like github does that too!). Instead, we need to use the html code for greater-than and less-than signs.

Fixes https://bugs.dolphin-emu.org/issues/12353

@lioncash lioncash merged commit eb6fd56 into dolphin-emu:master Dec 19, 2020
10 checks passed
@iwubcode iwubcode deleted the tooltip-fix-gameid-text branch December 19, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants