Merge pull request #1922 from owncloud/missing_

Add missing echo
This commit is contained in:
Thomas Müller 2013-02-26 07:33:15 -08:00
commit a148e6de40
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</p> </p>
<?php if ( ! empty( $_["blacklist"] ) ): ?> <?php if ( ! empty( $_["blacklist"] ) ): ?>
<p> <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> </p>
<ul> <ul>
<?php foreach( $_["blacklist"] as $type ): ?> <?php foreach( $_["blacklist"] as $type ): ?>