diff options
| author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-03-21 18:29:20 +0000 |
|---|---|---|
| committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-03-21 18:29:20 +0000 |
| commit | 4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40 (patch) | |
| tree | 70c3582a928950b3079816c807cd55e769cac0d4 /addmedia.php | |
| parent | 9b0d6698fc7c6dd5ed80352c0ae3c17536a6c631 (diff) | |
| download | webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.tar.gz webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.tar.bz2 webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.zip | |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
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="">'; } |
