Skip to content

Commit

Permalink
commit 274 remove Error string
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfreak committed Mar 6, 2012
1 parent 75d9692 commit f5afee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/install/installation/templates/checks.php
Expand Up @@ -6,7 +6,7 @@
<?php if ($checklist_item->getChecked()) { ?>
<li class="success">OK: <?php echo clean($checklist_item->getMessage()) ?></li>
<?php } else { ?>
<li class="error">Error: <?php echo clean($checklist_item->getMessage()) ?></li>
<li class="error"><?php echo clean($checklist_item->getMessage()) ?></li>
<?php } // if ?>
<?php } // foreach ?>
</ul>
Expand Down

0 comments on commit f5afee0

Please sign in to comment.