Completed
Push — master ( c4f1da...b183d3 )
by Song
02:51
created
src/Form/Field/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
         $this->setupDefaultOptions();
172 172
 
173 173
         if (!empty($this->value)) {
174
-            $this->attribute('data-initial-preview', filter_var($this->preview(),FILTER_VALIDATE_URL));
174
+            $this->attribute('data-initial-preview', filter_var($this->preview(), FILTER_VALIDATE_URL));
175 175
             $this->attribute('data-initial-caption', $this->initialCaption($this->value));
176 176
 
177 177
             $this->setupPreviewOptions();
Please login to merge, or discard this patch.