diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-10 16:19:24 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-10 16:19:24 +0000 |
commit | fe57a7983b692de98150a163f8615a21f5efe24d (patch) | |
tree | 93376a24aeb5dfd7e629b290d6fd95a3a4f437dd /phpBB/adm/style | |
parent | 8c26e780e3945509d7d27419c955870faf84d405 (diff) | |
download | forums-fe57a7983b692de98150a163f8615a21f5efe24d.tar forums-fe57a7983b692de98150a163f8615a21f5efe24d.tar.gz forums-fe57a7983b692de98150a163f8615a21f5efe24d.tar.bz2 forums-fe57a7983b692de98150a163f8615a21f5efe24d.tar.xz forums-fe57a7983b692de98150a163f8615a21f5efe24d.zip |
fixing tiny bugs
git-svn-id: file:///svn/phpbb/trunk@8232 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_users_signature.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html index a6664a40e4..239d35f119 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -77,7 +77,7 @@ <!-- IF .custom_tags --> <br /><br /> <!-- BEGIN custom_tags --> - <input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')"<!-- ENDIF --> /> + <input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> /> <!-- END custom_tags --> <!-- ENDIF --> |