diff options
Diffstat (limited to 'phpBB/adm/style/acp_language.html')
-rw-r--r-- | phpBB/adm/style/acp_language.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html index 5779506339..c0a0e8e745 100644 --- a/phpBB/adm/style/acp_language.html +++ b/phpBB/adm/style/acp_language.html @@ -138,7 +138,7 @@ <tbody> <!-- IF S_EMAIL_FILE --> <tr> - <td class="row2" colspan="2" style="text-align: center;"><textarea name="entry" id="entry" cols="80" rows="20" style="width: 90%">{LANG}</textarea></td> + <td class="row2" colspan="2" style="text-align: center;"><textarea name="entry" id="entry" cols="80" rows="20">{LANG}</textarea></td> </tr> <!-- ELSE --> {TPL} |