]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add missing echo
authorLukas Reschke <lukas@statuscode.ch>
Tue, 26 Feb 2013 15:10:52 +0000 (16:10 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 26 Feb 2013 15:10:52 +0000 (16:10 +0100)
apps/files_encryption/templates/settings-personal.php

index 47467c52c08a3879064624754a3e271815e63146..8c3bf491d840fba150d5689082007d1cd2787d2f 100644 (file)
@@ -8,7 +8,7 @@
                </p>\r
                <?php if ( ! empty( $_["blacklist"] ) ): ?>\r
                <p>\r
-                       <?php $l->t( 'The following file types will not be encrypted:' ); ?>\r
+                       <?php echo $l->t( 'The following file types will not be encrypted:' ); ?>\r
                </p>\r
                <ul>\r
                        <?php foreach( $_["blacklist"] as $type ): ?>\r