diff options
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/Euclid/admin/admin_config_body.tpl | 2 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/board_config_body.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/Euclid/admin/admin_config_body.tpl b/phpBB/templates/Euclid/admin/admin_config_body.tpl index c91f7a9240..a0978180b3 100644 --- a/phpBB/templates/Euclid/admin/admin_config_body.tpl +++ b/phpBB/templates/Euclid/admin/admin_config_body.tpl @@ -9,7 +9,7 @@ <td class="cat" colspan="2"><span class="cattitle">{L_GENERAL_SETTINGS}</span></td> </tr> <tr> - <td class="row1"><span class="gen">{L_SITE_NAME}:</span><br /><span class="gensmall">{L_SITE_NAME_EXPLAIN}</span></td> + <td class="row1"><span class="gen">{L_SITE_NAME}:</span></td> <td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td> </tr> <tr> diff --git a/phpBB/templates/subSilver/admin/board_config_body.tpl b/phpBB/templates/subSilver/admin/board_config_body.tpl index 3bc3d0df6f..273c3708c4 100644 --- a/phpBB/templates/subSilver/admin/board_config_body.tpl +++ b/phpBB/templates/subSilver/admin/board_config_body.tpl @@ -8,7 +8,7 @@ <th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th> </tr> <tr> - <td class="row1">{L_SERVER_NAME}<br /><span class="gensmall">{L_SERVER_NAME_EXPLAIN}</span></td> + <td class="row1">{L_SERVER_NAME}</td> <td class="row2"><input type="text" maxlength="255" size="40" name="server_name" value="{SERVER_NAME}" /></td> </tr> <tr> |