Skip to content
Snippets Groups Projects
Commit 8e134a3a authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Fix incorrect icon-font useage

parent f7d0a3a0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<form action="./" method="get" class="wdn-inner-wrapper">
<div class="wdn-input-group">
<input type="text" name="q" id="search_q" aria-label="Search Query" placeholder="e.g., Herbert Husker, Ph.D." />
<span class="wdn-input-group-btn"><button class="button wdn-icon-search" type="submit"><span class="wdn-text-hidden">Search</span></button></span>
<span class="wdn-input-group-btn"><button class="button" type="submit"><span class="wdn-icon-search" aria-hidden="true"></span><span class="wdn-text-hidden">Search</span></button></span>
</div>
<?php if (!empty($local_results)): ?>
<input type="hidden" name="u" value="<?php echo htmlentities($_GET['u'], ENT_QUOTES) ?>" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment