Merge pull request #142 from reinaris/patch-2

Fixed a typo in index.html
pull/144/head
Abdullah Almsaeed 2014-10-29 00:12:18 -04:00
commit a5131165ab
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@
<div class="input-group"> <div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search..."/> <input type="text" name="q" class="form-control" placeholder="Search..."/>
<span class="input-group-btn"> <span class="input-group-btn">
<button type='submit' name='seach' id='search-btn' class="btn btn-flat"><i class="fa fa-search"></i></button> <button type='submit' name='search' id='search-btn' class="btn btn-flat"><i class="fa fa-search"></i></button>
</span> </span>
</div> </div>
</form> </form>
@ -897,4 +897,4 @@
<script src="js/AdminLTE/demo.js" type="text/javascript"></script> <script src="js/AdminLTE/demo.js" type="text/javascript"></script>
</body> </body>
</html> </html>