diff options
Diffstat (limited to 'addmedia.php')
| -rw-r--r-- | addmedia.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addmedia.php b/addmedia.php index 8a6dc4044b..33fd7491af 100644 --- a/addmedia.php +++ b/addmedia.php @@ -531,7 +531,7 @@ if (!$isExternal) { } else { echo '<input name="folder" type="hidden" value="', Filter::escapeHtml($folder), '">'; } - echo '<p class="small text-muted">', I18N::translate('If you have a large number of media files, you can organize them into folders and subfolders.'), '</p>'; echo '</td></tr>'; + echo '<p class="small text-muted">', I18N::translate('If you have a large number of media files, you can organize them into folders and subfolders.'), '</p>'; echo '</td></tr>'; } else { echo '<input name="folder" type="hidden" value="">'; } |
