Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixed end tags in page header
Browse files Browse the repository at this point in the history
  • Loading branch information
vaucouleur committed Aug 14, 2015
1 parent 86b16c9 commit 851973f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 851973f

Please sign in to comment.