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

Commit

Permalink
Merge pull request #805 from vaucouleur/master
Browse files Browse the repository at this point in the history
Fixed end tags in the page header of the user edit page
  • Loading branch information
lirantal committed Aug 15, 2015
2 parents 86b16c9 + 851973f commit a5250c3
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 a5250c3

Please sign in to comment.