fixed typo

This commit is contained in:
arzynik 2013-08-13 14:05:49 -07:00
parent c1be6a2be8
commit d40912b5e7

View File

@ -2,6 +2,6 @@
<div class="signin-form-container">
<h1 ng-bind="restaurant.name"></h1>
<p>Is currently closed. It will be open during the following hours (<span ng-bind="restaurant._tzabbr"></span>):<br /><br />
<div ng-bind-html-unsafe="restaurant.closedMessage()"</div>
<div ng-bind-html-unsafe="restaurant.closedMessage()"></div>
</div>
</div>