diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-22 22:14:46 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-27 07:17:47 -0700 |
commit | 7f2c3866ed1ee4826af6eaae2f9b26622a13f59d (patch) | |
tree | d876c0a5387dcebecbeea05c7c06eff544bc3221 /phpBB/styles/prosilver/template/ucp_pm_message_header.html | |
parent | 74afe4acea6dc63bd325f86dfe892b60967616ba (diff) | |
download | forums-7f2c3866ed1ee4826af6eaae2f9b26622a13f59d.tar forums-7f2c3866ed1ee4826af6eaae2f9b26622a13f59d.tar.gz forums-7f2c3866ed1ee4826af6eaae2f9b26622a13f59d.tar.bz2 forums-7f2c3866ed1ee4826af6eaae2f9b26622a13f59d.tar.xz forums-7f2c3866ed1ee4826af6eaae2f9b26622a13f59d.zip |
[ticket/12155] Fix tabbing and put one selector per line if string is too long
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_message_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_message_header.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html index 6ad71dcab6..4c0a0d69b6 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html @@ -17,8 +17,9 @@ <!-- ELSEIF U_POST_NEW_TOPIC --> <div class="newpm-icon"> <a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}" class="button icon-button"> - <span></span>{L_BUTTON_PM_NEW}</a> - </div> + <span></span>{L_BUTTON_PM_NEW} + </a> + </div> <!-- ENDIF --> <!-- IF U_FORWARD_PM --> <div class="forwardpm-icon"> |