mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
commit
a148e6de40
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</p>
|
||||
<?php if ( ! empty( $_["blacklist"] ) ): ?>
|
||||
<p>
|
||||
<?php $l->t( 'The following file types will not be encrypted:' ); ?>
|
||||
<?php echo $l->t( 'The following file types will not be encrypted:' ); ?>
|
||||
</p>
|
||||
<ul>
|
||||
<?php foreach( $_["blacklist"] as $type ): ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue