Add missing echo

This commit is contained in:
Lukas Reschke 2013-02-26 16:10:52 +01:00
parent 1591b2f8d0
commit c94974cb97
1 changed files with 1 additions and 1 deletions

View File

@ -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 ): ?>