diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_smilies.html')
-rw-r--r-- | phpBB/styles/subSilver/template/posting_smilies.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_smilies.html b/phpBB/styles/subSilver/template/posting_smilies.html index 479b59dbda..f1d1432972 100644 --- a/phpBB/styles/subSilver/template/posting_smilies.html +++ b/phpBB/styles/subSilver/template/posting_smilies.html @@ -28,7 +28,7 @@ function smiley(text) { <td> <table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0"> <tr> - <th height="28">{L_SMILIES}</th> + <th>{L_SMILIES}</th> </tr> <tr> <td class="row1" align="center" valign="middle"><!-- BEGIN smiley --> <a href="javascript:smiley('{smiley.A_SMILEY_CODE}')"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" border="0" alt="{smiley.SMILEY_DESC}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" onclick="smiley('{smiley.A_SMILEY_CODE}');return false" /></a> <!-- END smiley --><br /><a class="nav" href="javascript:window.close();">{L_CLOSE_WINDOW}</a></td> |