djplaner / Card-Interface-Tweak

Javascript tweak to transform a collection of Blackboard Learn content items into a visual card interface.
https://djplaner.github.io/Card-Interface-Tweak/
1 stars 1 forks source link

Not handling <br> for some card meta data #28

Open djplaner opened 3 years ago

djplaner commented 3 years ago

If there's

<p>Card Date Label: Starting<br>
Card Image Size: contain</p>

Card Image information is appearing in card date label

djplaner commented 3 years ago

Question is whether this is due to the order the meta data values are listed in the array. i.e. Card Dat Label appears before Card Image Size. Hence is it missing a check?

Yes

How to make this not dependent on order?