tom-anders / Easy_xkcd

An easy and simple open source xkcd reader
Apache License 2.0
167 stars 41 forks source link

fix: add new line before share image URL #330

Closed FineFindus closed 1 year ago

FineFindus commented 1 year ago

Fixes an issue where the title and URL were not separated when sharing the image (without alt text). For example, it would be shared as Helium Reservehttps://xkcd.com/2766/ instead of Helium Reserve https://xkcd.com/2766/. This pull request fixes this by prepending a new line to the URL.

tom-anders commented 1 year ago

Thanks, much appreciated!