diff -Nru twtags-0.2.2/index.php twtags-new/index.php --- twtags-0.2.2/index.php 2006-09-17 18:14:32.000000000 +0200 +++ twtags-new/index.php 2007-09-02 15:57:22.000000000 +0200 @@ -104,6 +104,7 @@ . ''); buffer::str('
'. + '

' . dcNonce::form() . '

'. '

'. form::field('list_tags', 80, 256, $taglist,'','class="max"').'

'. '

'); diff -Nru twtags-0.2.2/poster-inc.php twtags-new/poster-inc.php --- twtags-0.2.2/poster-inc.php 2006-09-17 18:14:32.000000000 +0200 +++ twtags-new/poster-inc.php 2007-09-02 15:57:22.000000000 +0200 @@ -77,6 +77,7 @@ $taglist = ''; echo ''. + '

' . dcNonce::form() . '

'. '

'. form::field('list_tags', 80, 256, $taglist,'','class="max"').'

'. '

';