From a87dc24169c553c4a9fd808037fc3cb746ed7785 Mon Sep 17 00:00:00 2001 From: Jano Slota Date: Sat, 2 Aug 2014 15:16:47 +0200 Subject: [PATCH] Minor fixes for embed htmls --- inc/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index 9c8d0095..5db20405 100644 --- a/inc/config.php +++ b/inc/config.php @@ -962,15 +962,15 @@ ), array( '/^https?:\/\/(\w+\.)?vimeo\.com\/(\d{2,10})(\?.+)?$/i', - '' + '' ), array( '/^https?:\/\/(\w+\.)?dailymotion\.com\/video\/([a-zA-Z0-9]{2,10})(_.+)?$/i', - '' + '' ), array( '/^https?:\/\/(\w+\.)?metacafe\.com\/watch\/(\d+)\/([a-zA-Z0-9_\-.]+)\/(\?.+)?$/i', - '
' + '
' ), array( '/^https?:\/\/video\.google\.com\/videoplay\?docid=(\d+)([&#](.+)?)?$/i',