diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:48:36 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:48:36 +0000 |
commit | 89547673d18c8318fd72fad1f87ec278cb41bc1f (patch) | |
tree | 2498672eecf34a37965769b84496fc765fe1a3d7 /phpBB/styles/subsilver2/template | |
parent | ed17471e0c658f381e342a484cc1bb00a03b7a2a (diff) | |
download | forums-89547673d18c8318fd72fad1f87ec278cb41bc1f.tar forums-89547673d18c8318fd72fad1f87ec278cb41bc1f.tar.gz forums-89547673d18c8318fd72fad1f87ec278cb41bc1f.tar.bz2 forums-89547673d18c8318fd72fad1f87ec278cb41bc1f.tar.xz forums-89547673d18c8318fd72fad1f87ec278cb41bc1f.zip |
Minor
#12137
git-svn-id: file:///svn/phpbb/trunk@7716 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_signature.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_signature.html b/phpBB/styles/subsilver2/template/ucp_profile_signature.html index f5e8ba032a..ff0bfe5749 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_signature.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_signature.html @@ -29,6 +29,7 @@ <tr> <td colspan="2"><textarea class="post" name="signature" rows="10" cols="76" style="width: 90%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{SIGNATURE}</textarea></td> </tr> + <!-- IF S_BBCODE_ALLOWED --> <tr> <td colspan="2"> <table cellspacing="0" cellpadding="0" border="0" width="100%"> @@ -44,6 +45,7 @@ </table> </td> </tr> + <!-- ENDIF --> </table> </td> </tr> |