mxwllndrsn / muoi

An easy to use flashcard application!
https://mxwllndrsn.github.io/muoi/
0 stars 2 forks source link

Answers Display Twice #7

Closed mxwllndrsn closed 4 years ago

mxwllndrsn commented 4 years ago

Answers are displaying twice when card is flipped to reveal:

Screenshot from 2019-11-05 20-44-35

CB721 commented 4 years ago

It displays twice because it is displaying the alt information for the image. Since it can't load an image (because there isn't any) it is displaying the text in it's place.

https://www.w3schools.com/tags/att_img_alt.asp

mxwllndrsn commented 4 years ago

Oh! That makes a lot of sense. Next time I will look at the code before opening an issue.