Remove uneeded sanitizeHTML

This commit is contained in:
Lukas Reschke 2013-03-02 12:44:53 +01:00
parent b759c616b4
commit d3e88e6a8c
1 changed files with 1 additions and 1 deletions

View 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>