What steps will reproduce the problem?
1. Go to http://youdescribe.ski.org/search.php
2. Click on any of the video titles in the list of latest descriptions.
3. In the player frame, click "Share"
What is the expected output? What do you see instead?
The contents of the edit field contain an extra forward slash (/) between the
domain and the script name:
<script
src="http://youdescribe.ski.org//embed.php?w=480&h=270&v=0Bmhjf0rKe8&d=152"></sc
ript>
It should only contain one slash:
<script
src="http://youdescribe.ski.org/embed.php?w=480&h=270&v=0Bmhjf0rKe8&d=152"></scr
ipt>
This problem was probably introduced when making changes to make scripts more
mobile from one directory to another.
What is the URL of the page causing the error?
Ultimately the problem is probably in player,php, but I'm not completely sure.
Please use labels and text to provide additional information.
Original issue reported on code.google.com by joshua.a...@gmail.com on 16 May 2013 at 6:21
Original issue reported on code.google.com by
joshua.a...@gmail.com
on 16 May 2013 at 6:21