Add missing echo

remotes/origin/stable5
Lukas Reschke 12 years ago
parent 1591b2f8d0
commit c94974cb97
  1. 2
      apps/files_encryption/templates/settings-personal.php

@ -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…
Cancel
Save