SmithKettlewellRERC / DVX-YouDescribe-issues

Issue tracking repo for DVX & YouDescribe (Automatically exported from code.google.com/p/sk-dvx)
http://youdescribe.org/
0 stars 0 forks source link

typo in embedible text #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Typo in the urls.php file. Fixed.

Original comment by keith...@gmail.com on 16 May 2013 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by Owen.R.E...@gmail.com on 3 Aug 2013 at 12:48