Commit 314971692efe76087f30b188dba84908d398feb8
1 parent
d678e143
Exists in
master
and in
29 other branches
fixing wrong merge conflit resolution
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/layouts/_user.html.erb
@@ -19,6 +19,7 @@ | @@ -19,6 +19,7 @@ | ||
19 | <% end %> | 19 | <% end %> |
20 | 20 | ||
21 | </span> | 21 | </span> |
22 | + <% end %> | ||
22 | <form action="/search/articles" id="top-search" class="search_form clean" method="get"> | 23 | <form action="/search/articles" id="top-search" class="search_form clean" method="get"> |
23 | <input name="query" size="15" title="<%=_('Search...')%>" onfocus="this.form.className='focused';" onblur="this.form.className=''" /> | 24 | <input name="query" size="15" title="<%=_('Search...')%>" onfocus="this.form.className='focused';" onblur="this.form.className=''" /> |
24 | <div><%=_('Press <strong>Enter</strong> to send the search query.')%></div> | 25 | <div><%=_('Press <strong>Enter</strong> to send the search query.')%></div> |