fix log and app name

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-01-16 20:45:10 +01:00
parent bfa50a4444
commit a1f9425e65
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 4 additions and 5 deletions

View File

@ -38,11 +38,10 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<div id="header-left">
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
title="" id="nextcloud">
<div class="logo-icon svg">
<h1 class="header-appname">
<?php p($theme->getName()); ?>
</h1>
</div>
<div class="logo-icon svg"></div>
<h1 class="header-appname">
<?php p($theme->getName()); ?>
</h1>
</a>
</div>