Fix infinity symbol by useing a utf-8 char

This commit is contained in:
Sebastian Schmidt 2018-09-20 10:56:19 +10:00
parent 9f16beaca3
commit 13476d9cff
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
<li>
<div class="section">
<h4 class="nm">
{{ ($ticket->quantity_available === null) ? '&infin;' : $ticket->quantity_remaining }}
{{ ($ticket->quantity_available === null) ? '' : $ticket->quantity_remaining }}
</h4>
<p class="nm text-muted">@lang("Ticket.remaining")</p>