User Profile Website URL Cut Off

Issue #3 resolved
Michael Johnson created an issue

Currently, the URL extracted for the user website is the display text. If the website URL is too long, it is cut off on the display. This should be swapped to use the src value on the page to get the correct URL.

Comments (1)

  1. Michael Johnson reporter

    Fix Profile Website Value

    MAL truncates the website URL in display if it’s too long, but the href is correct. If we come across the website entry as a key, switch to use the href on the a tag.

    Fixes #3

    → <<cset 3486a9071f1a>>

  2. Log in to comment