From 059ff4cf6778bb8982c6b2e95ea08fe925b5c241 Mon Sep 17 00:00:00 2001 From: Adabriand Furtado Date: Mon, 24 Oct 2016 22:52:28 -0200 Subject: [PATCH] Encode dynamic URLs --- view/js/helpers/video-helper.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/view/js/helpers/video-helper.js b/view/js/helpers/video-helper.js index d280023..5611c6c 100644 --- a/view/js/helpers/video-helper.js +++ b/view/js/helpers/video-helper.js @@ -1,9 +1,8 @@ (function(videoHelper, $, undefined) { function _getSource(videoBaseUrl) { - return '' - + 'Sem suporte a vídeos'; + return '' + + 'Sem suporte a vídeos'; } function _controlVideo(elId, toPlay) { -- libgit2 0.21.2