fix wildcards in backup exclusion list

This commit is contained in:
Serghey Rodin 2016-08-25 19:30:54 +03:00
commit dfb01cc473
2 changed files with 3 additions and 2 deletions

View file

@ -77,7 +77,7 @@
<?
if (empty($value)) echo __('no exclusions');
foreach ($value as $ex_key => $ex_value) {
echo '<b>'.$ex_key.':</b>'.$ex_value.'<br>';
echo '<b>'.$ex_key.' </b>'.$ex_value.'<br>';
}
?>
</div>