diff options
author | David M <davidmj@users.sourceforge.net> | 2007-05-06 21:41:06 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-05-06 21:41:06 +0000 |
commit | 7caa3b02db00102e78650bec043a339edc75a13d (patch) | |
tree | f20087890511988ce3a85a4a55f860dace303ca7 /phpBB/styles/prosilver | |
parent | 4de717183632a64c3900221d95881ee23ed10e0d (diff) | |
download | forums-7caa3b02db00102e78650bec043a339edc75a13d.tar forums-7caa3b02db00102e78650bec043a339edc75a13d.tar.gz forums-7caa3b02db00102e78650bec043a339edc75a13d.tar.bz2 forums-7caa3b02db00102e78650bec043a339edc75a13d.tar.xz forums-7caa3b02db00102e78650bec043a339edc75a13d.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7492 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 8a5d95ed4d..00c1a62a7d 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -107,7 +107,7 @@ <!-- INCLUDE posting_buttons.html --> <div id="smiley-box"> - <!-- IF S_SMILIES_ALLOWED AND .smiley --> + <!-- IF S_SMILIES_ALLOWED and .smiley --> <strong>{L_SMILIES}</strong><br /> <!-- BEGIN smiley --> <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a> |