Passed
Pull Request — master (#2864)
by
unknown
08:57
created
app/MediaFile.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -222,8 +222,7 @@
 block discarded – undo
222 222
                     ]) . '>';
223 223
 
224 224
             $title = strip_tags($this->media->fullName()) . ($this->media->getNote() ?
225
-                '<div class="small">' . Str::limit($this->media->getNote(), 128, I18N::translate('…')) . '</div>' :
226
-                '');
225
+                '<div class="small">' . Str::limit($this->media->getNote(), 128, I18N::translate('…')) . '</div>' : '');
227 226
 
228 227
             $link_attributes = Html::attributes([
229 228
                 'class'         => 'gallery',
Please login to merge, or discard this patch.