diff options
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> |