diff options
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/music/index.php | 2 | ||||
-rwxr-xr-x | plugins/test/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/music/index.php b/plugins/music/index.php index 622a89d7e7a..f9a7c8a2e88 100755 --- a/plugins/music/index.php +++ b/plugins/music/index.php @@ -29,7 +29,7 @@ OC_UTIL::showheader(); echo('<div class="center">'); echo('nothing here yet :-)'); -echo('</div><br /><br />'); +echo('</div>'); OC_UTIL::showfooter(); diff --git a/plugins/test/index.php b/plugins/test/index.php index 622a89d7e7a..f9a7c8a2e88 100755 --- a/plugins/test/index.php +++ b/plugins/test/index.php @@ -29,7 +29,7 @@ OC_UTIL::showheader(); echo('<div class="center">'); echo('nothing here yet :-)'); -echo('</div><br /><br />'); +echo('</div>'); OC_UTIL::showfooter(); |