1 file + 1 − 1 Inline Compare changes Side-by-side Inline Show whitespace changes Files 1 views/partials/header.ejs +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ <% if (currentPageVal === 'dashboard') { %> <form action="/dashboard" method="GET" class="search-form d-flex"> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="Search for threads now..." <input type="text" name="q" class="form-control" placeholder="Search now..." value="<%= localQuery %>"> <div class="input-group-append"> <button class="btn btn-outline-secondary" type="submit">Search</button> Loading
views/partials/header.ejs +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ <% if (currentPageVal === 'dashboard') { %> <form action="/dashboard" method="GET" class="search-form d-flex"> <div class="input-group"> <input type="text" name="q" class="form-control" placeholder="Search for threads now..." <input type="text" name="q" class="form-control" placeholder="Search now..." value="<%= localQuery %>"> <div class="input-group-append"> <button class="btn btn-outline-secondary" type="submit">Search</button> Loading