mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUAC-932: Fix bad closing tag in index.html.
This commit is contained in:
@@ -48,7 +48,7 @@ THE SOFTWARE.
|
|||||||
<div id="notificationArea">
|
<div id="notificationArea">
|
||||||
<div ng-repeat="wrapper in notifications">
|
<div ng-repeat="wrapper in notifications">
|
||||||
<guac-notification notification="wrapper.notification"/>
|
<guac-notification notification="wrapper.notification"/>
|
||||||
<div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="guacamole.min.js"></script>
|
<script type="text/javascript" src="guacamole.min.js"></script>
|
||||||
|
Reference in New Issue
Block a user