mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/12155] Move icon class directly to <a> and use <span> consistently.
PHPBB3-12155
This commit is contained in:
@@ -97,8 +97,8 @@
|
||||
|
||||
<div class="postbody" id="pr{postrow.POST_ID}">
|
||||
<ul class="post-buttons">
|
||||
<li class="info-icon">
|
||||
<a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button icon-button">
|
||||
<li>
|
||||
<a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button icon-button info-icon">
|
||||
<span>{L_POST_DETAILS}</span>
|
||||
</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user