diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-03-02 12:44:53 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-03-02 12:44:53 +0100 |
commit | d3e88e6a8c715b13f06424ad97c284151f128353 (patch) | |
tree | 97b5927f60cfe4f97ad8c084d3a7c50d4ec75e85 /apps/files_external | |
parent | b759c616b41fd73379589b90301acdbb6b3bb6e2 (diff) | |
download | nextcloud-server-d3e88e6a8c715b13f06424ad97c284151f128353.tar.gz nextcloud-server-d3e88e6a8c715b13f06424ad97c284151f128353.zip |
Remove uneeded sanitizeHTML
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/templates/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php index 76d3db1404f..86492699fc2 100644 --- a/apps/files_external/templates/settings.php +++ b/apps/files_external/templates/settings.php @@ -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> </th> </tr> </thead> |