Skip to content
Snippets Groups Projects
Commit a148e6de authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #1922 from owncloud/missing_

Add missing echo
parents 1591b2f8 c94974cb
Branches
No related tags found
No related merge requests found
......@@ -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 ): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment