Skip to content

Commit

Permalink
Fix warning on IE10
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Aug 21, 2013
1 parent d65c665 commit 27106dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/index.html
Expand Up @@ -149,7 +149,7 @@ <h2 title="Status Code: {{connectFailure.status}}">Cannot Connect: {{connectFail
<i class="expandable-indicator"></i> Error Details
</div>
<div class="expandable-body well">
<div class="ajaxError" ng-bind-html-unsafe="connectFailure.summaryMessage"/>
<div class="ajaxError" ng-bind-html-unsafe="connectFailure.summaryMessage"></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 27106dc

Please sign in to comment.