Completed
Pull Request — 2.0 (#1052)
by
unknown
09:39
created
src/SWP/Bundle/ContentBundle/Processor/EmbeddedImageProcessor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 
84 84
         $figCaptionNode = $crawler->filter('figure figcaption')->getNode(0);
85 85
         if (null !== $figCaptionNode) {
86
-           /**  $this->appendImageByline($articleMedia, $figCaptionNode);*/
86
+            /**  $this->appendImageByline($articleMedia, $figCaptionNode);*/
87 87
             $this->appendCopyrightNotice($articleMedia, $figCaptionNode);
88 88
         }
89 89
 
Please login to merge, or discard this patch.