Opened 20 months ago
Closed 20 months ago
#7093 closed defect (bug) (duplicate)
Stackoverflow icon is missing
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | needs-patch |
Cc: |
Description
Hello all,
By visiting my profile, I can see the stackoverflow icon in social networks is not viewable:
https://profiles.wordpress.org/sebastienserre/
HTML code seems to be here
<li id="user-social-media-accounts-tag" class=""> <span>Find me on:</span> <ul id="user-social-media-accounts" class=""> <!-- this will be populated with an AJAX request after the page has loaded --> <li> <a href="https://stackoverflow.com/uXXXXXXX"> <div class="genericon genericon-stackoverflow" title="stackoverflow"></div> </a> </li> </ul> <script type="text/html" id="tmpl-social-media-account"> <li> <a href="<%- account.url %>"> <div class="genericon genericon-<%- account.genericon %>" title="<%- account.shortname %>"></div> </a> </li> </script> </li>
Note: See
TracTickets for help on using
tickets.
Duplicate of #6682.