Skip to content

Commit

Permalink
Fix header on search page
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 16, 2022
1 parent d56f82b commit 0ffe28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/handlebars/templates/search-results.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{#if value}}
Search results for <em>{{value}}</em>
{{else}}
Invalid Search
Invalid search
{{/if}}

<button class="settings display-settings">
Expand Down
2 changes: 1 addition & 1 deletion lib/ex_doc/formatter/html/templates/search_template.eex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div id="search">
<h1>
<%= settings_button_template() %>
<span>Page not found</span>

This comment has been minimized.

Copy link
@eksperimental

eksperimental Jan 16, 2022

Contributor

I was about to report this.

<span></span>
</h1>

<div class="loading"><div></div><div></div><div></div><div></div></div>
Expand Down

0 comments on commit 0ffe28f

Please sign in to comment.