]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove uneeded sanitizeHTML
authorLukas Reschke <lukas@statuscode.ch>
Sat, 2 Mar 2013 11:44:53 +0000 (12:44 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Sat, 2 Mar 2013 11:44:53 +0000 (12:44 +0100)
apps/files_external/templates/settings.php

index 76d3db1404fb773382f364dcaf3ee8bd0d61b4e2..86492699fc2d3ffe0324c9b05ff3f21da9078215 100644 (file)
@@ -10,7 +10,7 @@
                                        <th><?php p($l->t('External storage')); ?></th>
                                        <th><?php p($l->t('Configuration')); ?></th>
                                        <!--<th><?php p($l->t('Options')); ?></th> -->
-                                       <?php if ($_['isAdminPage']) print_unescaped('<th>'.OC_Util::sanitizeHTML($l->t('Applicable')).'</th>'); ?>
+                                       <?php if ($_['isAdminPage']) print_unescaped('<th>'.$l->t('Applicable').'</th>'); ?>
                                        <th>&nbsp;</th>
                                </tr>
                        </thead>