Active
Project:
Service links
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2013 at 09:07 UTC
Updated:
8 Apr 2014 at 19:00 UTC
Jump to comment: Most recent
This is how link lists looks in content:
<div class="service-links">
<ul class="links">
<li class="service-links-facebook-like first">
<li class="service-links-google-plus-one">
<li class="service-links-facebook-share">
<li class="service-links-twitter-widget last">
</ul>
</div>And in blocks:
<div class="service-links">
<div class="item-list">
<ul>
<li class="first">
<li>
<li>
<li class="last">
</ul>
</div>
</div>
Comments
Comment #1
simon georges commentedCross-referencing #2072891: Service links are not in an unordered list when in a service links block with the style set to "image"..