GUAC-932: Fix bad closing tag in index.html.

This commit is contained in:
Michael Jumper
2014-12-17 11:12:32 -08:00
parent b0ad6f45ec
commit db8b3230cf

View File

@@ -48,7 +48,7 @@ THE SOFTWARE.
<div id="notificationArea">
<div ng-repeat="wrapper in notifications">
<guac-notification notification="wrapper.notification"/>
<div>
</div>
</div>
<script type="text/javascript" src="guacamole.min.js"></script>