Completed
Pull Request — master (#212)
by
unknown
03:54
created
lib/Utils/Oembed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     public static function setSrcAsDataAttribute($iframeTagHtml, $additionalGetParams)
21 21
     {
22 22
         $output = '';
23
-        if($iframeTagHtml) {
23
+        if ($iframeTagHtml) {
24 24
             $Dom = new DOMDocument();
25 25
             $Dom->loadHTML($iframeTagHtml);
26 26
             $domNodes = $Dom->getElementsByTagName('iframe');
Please login to merge, or discard this patch.