diff options
author | rubencm <rubencm@gmail.com> | 2019-06-25 15:57:44 +0000 |
---|---|---|
committer | rubencm <rubencm@gmail.com> | 2019-06-25 15:57:44 +0000 |
commit | 621747c7bc9b0105a96f6ea6e254fb6f51101c80 (patch) | |
tree | b0250c1c002007a81b0701ad073c5286ce182196 /phpBB | |
parent | caa767e5a81fbb71e336ba077bfd8e7f6bfc6b5f (diff) | |
download | forums-621747c7bc9b0105a96f6ea6e254fb6f51101c80.tar forums-621747c7bc9b0105a96f6ea6e254fb6f51101c80.tar.gz forums-621747c7bc9b0105a96f6ea6e254fb6f51101c80.tar.bz2 forums-621747c7bc9b0105a96f6ea6e254fb6f51101c80.tar.xz forums-621747c7bc9b0105a96f6ea6e254fb6f51101c80.zip |
[ticket/14459] Remove inline css
PHPBB3-14459
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_attachments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index f92971bc93..9da12234ab 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -425,7 +425,7 @@ <tr> <td> <!-- IF ! attachments.S_IN_MESSAGE -->{# File info of attachments in private messages is hidden #} - <a href="{attachments.U_FILE}" style="font-weight: bold;">{attachments.REAL_FILENAME}</a><br /> + <a href="{attachments.U_FILE}"><strong>{attachments.REAL_FILENAME}</strong></a><br /> {L_EXTENSION_GROUP}{L_COLON} <strong><!-- IF attachments.EXT_GROUP_NAME -->{attachments.EXT_GROUP_NAME}<!-- ELSE -->{L_NO_EXT_GROUP}<!-- ENDIF --></strong><br /> <!-- ENDIF --> {attachments.L_DOWNLOAD_COUNT}<br /> |