diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-11-05 19:07:10 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-11-05 19:07:10 +0000 |
| commit | 35f205ea61b5cab5dc202062284d2ade448e6b95 (patch) | |
| tree | 507065a51cf2857d583692c1a0c3e56ea3b82960 /phpBB/adm/style/acp_bbcodes.html | |
| parent | 0a05595c9ef5e5e4239d496843be8f8a9f9df1e7 (diff) | |
| download | forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.gz forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.bz2 forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.xz forums-35f205ea61b5cab5dc202062284d2ade448e6b95.zip | |
#15038
I'm very sorry. This should make W3C happy again.
git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_bbcodes.html')
| -rw-r--r-- | phpBB/adm/style/acp_bbcodes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 48b117cfc9..a0b0016a11 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -51,6 +51,7 @@ <legend>{L_SUBMIT}</legend> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> + {S_FORM_TOKEN} </fieldset> <br /> @@ -77,7 +78,6 @@ <!-- END token --> </tbody> </table> - {S_FORM_TOKEN} </form> <!-- ELSE --> @@ -110,8 +110,9 @@ <p class="quick"> <input class="button2" name="submit" type="submit" value="{L_ADD_BBCODE}" /> </p> + {S_FORM_TOKEN} </fieldset> -{S_FORM_TOKEN} + </form> <!-- ENDIF --> |
