diff options
Diffstat (limited to 'apps/files_encryption/templates/settings-personal.php')
-rw-r--r-- | apps/files_encryption/templates/settings-personal.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/files_encryption/templates/settings-personal.php b/apps/files_encryption/templates/settings-personal.php index ff04556dd53..a4ed89b8a49 100644 --- a/apps/files_encryption/templates/settings-personal.php +++ b/apps/files_encryption/templates/settings-personal.php @@ -1,8 +1,6 @@ <form id="encryption">
<fieldset class="personalblock">
- <legend>
- <?php p( $l->t( 'Encryption' ) ); ?>
- </legend>
+ <h2><?php p( $l->t( 'Encryption' ) ); ?></h2>
<?php if ( ! $_["privateKeySet"] && $_["initialized"] ): ?>
<p>
@@ -38,9 +36,8 @@ </p>
<?php endif; ?>
- <br />
-
<?php if ( $_["recoveryEnabled"] && $_["privateKeySet"] ): ?>
+ <br />
<p>
<label for="userEnableRecovery"><?php p( $l->t( "Enable password recovery:" ) ); ?></label>
<br />
@@ -65,6 +62,5 @@ </p>
<?php endif; ?>
- <br />
</fieldset>
</form>
|