summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/templates/admin.php')
-rw-r--r--apps/files/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/admin.php b/apps/files/templates/admin.php
index e1ca6afc4ad..697fc52526a 100644
--- a/apps/files/templates/admin.php
+++ b/apps/files/templates/admin.php
@@ -2,7 +2,7 @@
<form name="filesForm" action='#' method='post'>
<fieldset class="personalblock">
- <legend><strong><?php p($l->t('File handling')); ?></strong></legend>
+ <h2><?php p($l->t('File handling')); ?></h2>
<?php if($_['uploadChangable']):?>
<label for="maxUploadSize"><?php p($l->t( 'Maximum upload size' )); ?> </label>
<input name='maxUploadSize' id="maxUploadSize" value='<?php p($_['uploadMaxFilesize']) ?>'/>