diff options
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index d3a7913f7d..f96da7e26a 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -36,9 +36,9 @@ <thead> <tr> <th>{L_EXTENSION_NAME}</th> - <th style="text-align: center;" width="20%">{L_CURRENT_VERSION}</th> - <th style="text-align: center;" width="10%">{L_EXTENSION_OPTIONS}</th> - <th style="text-align: center;" width="25%">{L_EXTENSION_ACTIONS}</th> + <th style="text-align: center; width: 20%;">{L_CURRENT_VERSION}</th> + <th style="text-align: center; width: 10%;">{L_EXTENSION_OPTIONS}</th> + <th style="text-align: center; width: 25%;">{L_EXTENSION_ACTIONS}</th> </tr> </thead> <tbody> |