ramiismail / dopresskit

presskit() - spend time making games, not press.
GNU General Public License v3.0
133 stars 50 forks source link

Adding and extra slash to URL breaks time-stamped youtube links #24

Open Powerbored opened 10 years ago

Powerbored commented 10 years ago

Line 518 of index.php, I changed: "http://'.parseLink($link).'/" to: "http://'.parseLink($link).'" and fixed my issue.