mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 12:11:02 +01:00
Fixed end tags in page header
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user