aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-25 04:30:46 -0700
committerCesar G <prototech91@gmail.com>2014-05-27 07:17:47 -0700
commit70f9d4a54adc2396cd5c8d480d720d42023259b1 (patch)
tree94cb7c8852c189f626e5df2d9db8703b1e828c7b /phpBB/styles/prosilver/template/mcp_post.html
parent523c374e168c3e4bfda2ad21d63c8991d4cbe122 (diff)
downloadforums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar
forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.gz
forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.bz2
forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.xz
forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.zip
[ticket/12155] Move icon class directly to <a> and use <span> consistently.
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index 49aa00de1c..d679fd1598 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -57,7 +57,11 @@
</a>
</li>
<!-- IF U_EDIT -->
- <li class="edit-icon"><a href="{U_EDIT}" title="{L_EDIT_POST}" class="button icon-button"><span>{L_EDIT_POST}</span></a></li>
+ <li>
+ <a href="{U_EDIT}" title="{L_EDIT_POST}" class="button icon-button edit-icon">
+ <span>{L_EDIT_POST}</span>
+ </a>
+ </li>
<!-- ENDIF -->
</ul>