Skip to content

Commit f316869

Browse files
committed
Merge pull request jquery#60 from Gavrisimo/patch-1
Fixing small white space issue and removing unnecessary `</li>`
2 parents 64b4d2c + 15e8fbe commit f316869

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

layouts/header.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -181,16 +181,14 @@ <h1><a href="/" title="jQuery">jQuery</a></h1>
181181
<li><a href="http://blog.jquery.com/" title="Blog">Blog</a></li>
182182
</ul>
183183
<form method="get" action="http://docs.jquery.com/Special:Search" class="search">
184-
<input type="hidden" name="ns0" value="1">
185-
<input type="hidden" name="go" value="">
186-
<input type="text" id="search" name="search"></li>
187-
<label for="search" class="text">Search jQuery.com</label>
184+
<input type="hidden" name="ns0" value="1">
185+
<input type="hidden" name="go" value="">
186+
<input type="text" id="search" name="search">
187+
<label for="search" class="text">Search jQuery.com</label>
188188
<a href="#" class="icon icon-search" title="Submit Search">Submit Search</a>
189189
</form>
190190
</nav>
191191
<!-- /secondary nav -->
192192

193193
</header>
194194
<!-- /header -->
195-
196-

0 commit comments

Comments
 (0)