SpeakingInBits / PC2

Custom replacement website for pc2online.org. Now live!
https://pc2online.org/
6 stars 0 forks source link

Fix indexing issue with email and website links #246

Closed JoeProgrammer88 closed 1 year ago

JoeProgrammer88 commented 1 year ago

Client reported a bug where the last character of a website URL on the resource guide would not be displayed. The data is correct in the database so this was determined to be an indexing issue. Email and website URLs function in a similar manner. Both were refactored to remove the index problem and use the Split() method instead for simplification. See the website URL in the screenshot below

thumbnail_image001