small lost design update for boss fights

This commit is contained in:
Daniel 2014-04-16 21:33:03 +02:00
commit 91601f00ae
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
<i class="fa fa-heart fa-fw"></i> <i class="fa fa-heart fa-fw"></i>
<?php endforeach ?> <?php endforeach ?>
<?php else : ?> <?php else : ?>
<?=_('lost')?> <b><?=_('lost')?></b>
<?php endif ?> <?php endif ?>
</p> </p>
</section> </section>

View file

@ -30,7 +30,7 @@
<i class="fa fa-heart fa-fw"></i> <i class="fa fa-heart fa-fw"></i>
<?php endforeach ?> <?php endforeach ?>
<?php else : ?> <?php else : ?>
<?=_('lost')?> <b><?=_('lost')?></b>
<?php endif ?> <?php endif ?>
</p> </p>
</section> </section>