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

@@ -32,7 +32,7 @@
<!-- The recent connections for this user -->
<h2>{{'HOME.SECTION_HEADER_RECENT_CONNECTIONS' | translate}}</h2>
<div class="recent-connections">
<guac-recent-connections root-group="rootConnectionGroup"/>
<guac-recent-connections root-group="rootConnectionGroup"></guac-recent-connections>
</div>
<!-- All connections for this user -->
@@ -41,7 +41,7 @@
<guac-group-list
connection-group="rootConnectionGroup"
connection-template="'app/home/templates/connection.html'"
connection-group-template="'app/home/templates/connectionGroup.html'"/>
connection-group-template="'app/home/templates/connectionGroup.html'"></guac-group-list>
</div>
</div>