diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-27 15:07:47 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-27 15:07:47 +0000 |
| commit | 9c0c1e14b6e56bd34d1b567bff65292aecac4f6f (patch) | |
| tree | d983791d64e67d803d93702cf5863a72a90d366c /phpBB/styles/subsilver2/template | |
| parent | 3ee5b28d3bf2bcfd88bfd5430ad04ca5daddd1b9 (diff) | |
| download | forums-9c0c1e14b6e56bd34d1b567bff65292aecac4f6f.tar forums-9c0c1e14b6e56bd34d1b567bff65292aecac4f6f.tar.gz forums-9c0c1e14b6e56bd34d1b567bff65292aecac4f6f.tar.bz2 forums-9c0c1e14b6e56bd34d1b567bff65292aecac4f6f.tar.xz forums-9c0c1e14b6e56bd34d1b567bff65292aecac4f6f.zip | |
Some fixes and improvements.
#11817
#11851
#11801
#11461
git-svn-id: file:///svn/phpbb/trunk@7692 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index e8d6332c9f..76d6ea85f9 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -202,11 +202,11 @@ <td class="row2" valign="top"> <script type="text/javascript"> <!-- - + var form_name = 'postform'; var text_name = 'message'; //--> - </script> + </script> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- INCLUDE posting_buttons.html --> |
