Skip to content

Commit d478cc3

Browse files
authored
Merge pull request #1037 from nschonni/fix-css-class
fix: CSS class had single quote in name
2 parents 3a019df + 5ea10fc commit d478cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h4 class="text-mono f5 text-normal text-gray d-md-none">{% data ui.homepage.exp
104104

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

0 commit comments

Comments
 (0)