diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-09-23 09:51:18 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-09-23 09:51:18 +0000 |
| commit | 2069aa0f83c4aea8493104cc53dfc3c313ea4b51 (patch) | |
| tree | dc5761014519b2ec96d124ae96e54c22f6a3d09a /phpBB/styles/subSilver/template/posting_body.html | |
| parent | 786b34e4d3ab59f3ec13fdaca156ce39d66bec22 (diff) | |
| download | forums-2069aa0f83c4aea8493104cc53dfc3c313ea4b51.tar forums-2069aa0f83c4aea8493104cc53dfc3c313ea4b51.tar.gz forums-2069aa0f83c4aea8493104cc53dfc3c313ea4b51.tar.bz2 forums-2069aa0f83c4aea8493104cc53dfc3c313ea4b51.tar.xz forums-2069aa0f83c4aea8493104cc53dfc3c313ea4b51.zip | |
hopefully fixes bug #3135
git-svn-id: file:///svn/phpbb/trunk@6386 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_body.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index b82331f82c..8a868825e9 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -226,7 +226,11 @@ function checkForm() <td class="gensmall" align="center"><b>{L_SMILIES}</b></td> </tr> <tr> - <td align="center"><!-- BEGIN smiley --><a href="#" onclick="smiley('{smiley.A_SMILEY_CODE}'); return false;" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_DESC}" title="{smiley.SMILEY_DESC}" onclick="smiley('{smiley.A_SMILEY_CODE}'); return false" hspace="2" vspace="2" /></a> <!-- END smiley --></td> + <td align="center"> + <!-- BEGIN smiley --> + <a href="#" onclick="smiley('{smiley.A_SMILEY_CODE}'); return false;" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_DESC}" title="{smiley.SMILEY_DESC}" hspace="2" vspace="2" /></a> + <!-- END smiley --> + </td> </tr> <!-- IF S_SHOW_SMILEY_LINK --> |
