Skip to content

Commit

Permalink
fix: CSS class had single quote in name
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 3, 2020
1 parent 0f07801 commit b44d498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h4 class="text-mono f5 text-normal text-gray d-md-none">{% data ui.homepage.exp

<!-- GitHub.com homepage and 404 page has a stylized search; Enterprise homepages do not -->
{% if page.relativePath != 'index.md' and error != '404' %}
<div class="pt-3 pt-md-0 d-md-inline-block ml-md-3 bord'er-top border-md-top-0">
<div class="pt-3 pt-md-0 d-md-inline-block ml-md-3 border-top border-md-top-0">
{% include search-form %}
<div id="search-results-container"></div>
<div class="search-overlay-desktop"></div>
Expand Down

0 comments on commit b44d498

Please sign in to comment.