mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14459] Remove inline css
PHPBB3-14459
This commit is contained in:
parent
caa767e5a8
commit
621747c7bc
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Reference in a new issue