Commit a5b17408cbdfc44b2aa90991b894395bce99d11b
1 parent
58b9716d
Exists in
master
and in
29 other branches
ActionItem1050: fixing indentation
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
app/views/layouts/application-ng.rhtml
... | ... | @@ -66,15 +66,15 @@ |
66 | 66 | <% end %> |
67 | 67 | |
68 | 68 | <form action="/search" class="search_form" method="get" class="clean"> |
69 | - <input name="query" size="15" value="<%=_('Search...')%>" | |
70 | - onfocus="this.form.className='focused'; | |
71 | - if(this.value=='<%=_('Search...')%>'){this.value=''}" | |
72 | - onblur="this.form.className=''; | |
73 | - if(/^\s*$/.test(this.value)){ | |
74 | - this.value='<%=_('Search...')%>'; | |
75 | - this.form.className='clean' | |
76 | - }" /> | |
77 | - <div><%=_('Press <strong>Enter</strong> to send the search query.')%></div> | |
69 | + <input name="query" size="15" value="<%=_('Search...')%>" | |
70 | + onfocus="this.form.className='focused'; | |
71 | + if(this.value=='<%=_('Search...')%>'){this.value=''}" | |
72 | + onblur="this.form.className=''; | |
73 | + if(/^\s*$/.test(this.value)){ | |
74 | + this.value='<%=_('Search...')%>'; | |
75 | + this.form.className='clean' | |
76 | + }" /> | |
77 | + <div><%=_('Press <strong>Enter</strong> to send the search query.')%></div> | |
78 | 78 | </form> |
79 | 79 | </div><!-- end id="user" --> |
80 | 80 | ... | ... |