GUAC-1052: Explicitly close custom tags.

This commit is contained in:
Michael Jumper
2015-02-08 11:42:11 -08:00
parent 7b32adad97
commit f77b763ef8
5 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ THE SOFTWARE.
<!-- Global status/error dialog -->
<div ng-class="{shown: status}" class="status-outer">
<div class="status-middle">
<guac-notification notification="status"/>
<guac-notification notification="status"></guac-notification>
</div>
</div>
@@ -47,7 +47,7 @@ THE SOFTWARE.
<!-- Notification area -->
<div id="notificationArea">
<div ng-repeat="wrapper in notifications">
<guac-notification notification="wrapper.notification"/>
<guac-notification notification="wrapper.notification"></guac-notification>
</div>
</div>