Skip to content

Commit

Permalink
Fix search results page (regression error)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbb72 committed Apr 21, 2016
1 parent 6868c5a commit 70d22a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<input type="submit" class="button material-icons" value="&#xE8B6;" />
</form>
</header>
<main><ol></ol></main>
<main class="content"><ol></ol></main>
<script src="code/uri.js"></script>
<script src="code/main.js"></script>
<script src="code/search.js"></script>
Expand Down

0 comments on commit 70d22a3

Please sign in to comment.