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/styles/prosilver/template/posting_layout.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/styles/prosilver/template/posting_layout.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_layout.html b/phpBB/styles/prosilver/template/posting_layout.html index ac9c288822..b81c8162d7 100644 --- a/phpBB/styles/prosilver/template/posting_layout.html +++ b/phpBB/styles/prosilver/template/posting_layout.html @@ -68,7 +68,7 @@ <!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 --> <!-- INCLUDE posting_editor.html --> - + {S_FORM_TOKEN} <span class="corners-bottom"><span></span></span></div> </div> @@ -77,7 +77,7 @@ <!-- IF S_SHOW_POLL_BOX or S_POLL_DELETE --><!-- INCLUDE posting_poll_body.html --><!-- ENDIF --> <!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF --> -{S_FORM_TOKEN} + </form> <!-- IF not S_PRIVMSGS --> <script type="text/javascript"> |