summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/templates/public.php')
-rw-r--r--apps/files_sharing/templates/public.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index fe363ed82f5..1b282f04a7a 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -43,13 +43,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<div class="header-appname-container">
<h1 class="header-appname">
- <?php
- if(OC_Util::getEditionString() === '') {
- p($theme->getName());
- } else {
- print_unescaped($theme->getHTMLName());
- }
- ?>
+ <?php p($theme->getName()); ?>
</h1>
</div>