mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
Had a bit of a typo.
This commit is contained in:
parent
28a8e99316
commit
eca15c91f8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ else
|
|||
}
|
||||
@using (Html.BeginForm("Search", "Home", FormMethod.Post, new { @class = "navbar-form navbar-right" }))
|
||||
{
|
||||
<input type="text" name="query" class="fprm-control navbar-search" />
|
||||
<input type="text" name="query" class="form-control navbar-search" />
|
||||
<input type="submit" value="Search" class="btn btn-default" />
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue