MacWarrior / clipbucket-v5

Open source video hosting with PHP
Other
69 stars 45 forks source link

Website addresses in video description improperly formatted #373

Closed SaturnTeamDev closed 2 months ago

SaturnTeamDev commented 4 months ago

I was adding a test web address to a video upload description. I expected it to result in a clickable link like it does in the user's website field. Instead, it looks like the following after submitting: <a href="https://Example.com">https://Example.com</a> Obviously, CB understands it is a web address but is confused on how to format it in the description box.

MacWarrior commented 2 months ago

Hi @SaturnTeamDev,

Thanks for report, fix is in progress !

Best regards, MacWarrior.

MacWarrior commented 2 months ago

Hi @SaturnTeamDev,

Issue has been fixed in latest commit

Best regards, MacWarrior.

SaturnTeamDev commented 2 months ago

I just installed the latest update. The links are properly formatted now. Thank you for fixing this!