Fixed end tags in page header

This commit is contained in:
Sebastien Vaucouleur
2015-08-14 17:26:55 +02:00
parent 86b16c93f6
commit 851973f459

View File

@@ -1,6 +1,6 @@
<section>
<div class="page-header">
<h1>User <span data-ng-bind="user.username"</span</h1>
<h1>User <span data-ng-bind="user.username"></span></h1>
</div>
<div class="col-md-12">
<form name="userForm" class="form-horizontal" data-ng-submit="update()" novalidate>