@@ -16,7 +16,7 @@ |
||
16 | 16 | @if ($value) |
17 | 17 | <?php |
18 | 18 | $valueParts = explode(';', $value); |
19 | - $fileName = $valueParts[0]; |
|
19 | + $fileName = $valueParts[ 0 ]; |
|
20 | 20 | ?> |
21 | 21 | <div class="input-field current-file"> |
22 | 22 | <div class="file-container"> |