Completed
Pull Request — 8.x-1.x (#33)
by
unknown
02:29
created
url_embed.module 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
 
26 26
   // Add the responsive embed css if the url_embed module has it enabled
27 27
   if (!empty($config['settings']['enable_responsive'])) {
28
-    $css[] = drupal_get_path('module', 'url_embed') . '/css/url_embed.responsive.css';
28
+    $css[] = drupal_get_path('module', 'url_embed').'/css/url_embed.responsive.css';
29 29
   }
30 30
 }
Please login to merge, or discard this patch.