Skip to content

Commit 2985dca

Browse files
cs fixer
1 parent 5d85f20 commit 2985dca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

templates/admin.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,15 @@
7272
</tr>
7373
<tr class="cache">
7474
<td><div title="<?php p($l->t('If this option is disabled, each file is always scanned again and no results are cached.'));?>" class="visible"><label for="cache"><?php p($l->t('Cache'));?></label></div></td>
75-
<td class="input_field"><input id="cache" type="checkbox" name="cache" <?php if ($_['cache']) { p('checked'); } ?>/></td>
75+
<td class="input_field"><input id="cache" type="checkbox" name="cache" <?php if ($_['cache']) {
76+
p('checked');
77+
} ?>/></td>
7678
</tr>
7779
<tr class="hashlookup">
7880
<td><div title="<?php p($l->t('During a hash lookup, the SHA256 checksum is transmitted to the G DATA Cloud before the scan to check whether a result is already available, thereby saving unnecessary network traffic, resource load, and time.'));?>" class="visible"><label for="hashlookup"><?php p($l->t('Hash lookup'));?></label></div></td>
79-
<td class="input_field"><input id="hashlookup" type="checkbox" name="hashlookup" <?php if ($_['hashlookup']) { p('checked'); } ?>/></td>
81+
<td class="input_field"><input id="hashlookup" type="checkbox" name="hashlookup" <?php if ($_['hashlookup']) {
82+
p('checked');
83+
} ?>/></td>
8084
</tr>
8185
</table>
8286
<input class="submit-button" id="auth_submit" type="submit" value="<?php p($l->t('Save'));?>" />

0 commit comments

Comments
 (0)