From 17530c226da3360f411b87445e94cc0c7e931e6e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 5 Jun 2015 12:01:07 -0400 Subject: [PATCH] Fixed colour issues on vimeo instructions --- Toolkit/Videos/AdminEditVideoForm.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Toolkit/Videos/AdminEditVideoForm.php b/Toolkit/Videos/AdminEditVideoForm.php index 24c4dba..42de29a 100644 --- a/Toolkit/Videos/AdminEditVideoForm.php +++ b/Toolkit/Videos/AdminEditVideoForm.php @@ -137,9 +137,9 @@ class Toolkit_Videos_AdminEditVideoForm 'name' => 'video_url', 'display' => 'Video Link
- For Youtube videos, click on the \'Share\' button and paste the link in here. -
If you\'re having problems click on "show options" and select "long link"
-
For Vimeo videos, use the page URL or the short link from \'Share\'', + For Youtube videos, click on the \'Share\' button and paste the link in here. +
If you\'re having problems click on "show options" and select "long link" +
For Vimeo videos, use the page URL or the short link from \'Share\'', 'opts' => array('class' => 'text','size'=>50) ); $e[] = array( -- 2.17.1