Commit ea008464 authored by minseok.park's avatar minseok.park

fix <i> tag

parent 4ed81b48
Pipeline #19740 passed with stages
in 3 minutes and 43 seconds
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div id="search-field" class="field"> <div id="search-field" class="field">
{{!-- <input id="search-input" type="text" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}> --}} {{!-- <input id="search-input" type="text" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}> --}}
<input id="search-input" type="text"> <input id="search-input" type="text">
<i/> <i></i>
</div> </div>
</div> </div>
{{/if}} {{/if}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment