diff options
Diffstat (limited to 'phpBB/adm/style/acp_email.html')
-rw-r--r-- | phpBB/adm/style/acp_email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html index b16f5c907f..5744136230 100644 --- a/phpBB/adm/style/acp_email.html +++ b/phpBB/adm/style/acp_email.html @@ -28,7 +28,7 @@ </dl> <dl> <dt><label for="subject">{L_SUBJECT}:</label></dt> - <dd><input name="subject" type="text" class="text" id="subject" value="{SUBJECT}" /></dd> + <dd><input name="subject" type="text" id="subject" value="{SUBJECT}" /></dd> </dl> <dl> <dt><label for="message">{L_MASS_MESSAGE}:</label><br /><span>{L_MASS_MESSAGE_EXPLAIN}</span></dt> |