diff options
Diffstat (limited to 'inc/lib_files.php')
-rwxr-xr-x | inc/lib_files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lib_files.php b/inc/lib_files.php index d00444ab09d..39d48c13a97 100755 --- a/inc/lib_files.php +++ b/inc/lib_files.php @@ -82,7 +82,7 @@ class OC_FILES { } } echo('</table>'); - if(!$filesfound) echo('<br />no files here'); + if(!$filesfound) echo('<p>no files here</p>'); echo('</div>'); } |