Index: site.php
===================================================================
--- site.php	(revision 1320)
+++ site.php	(working copy)
@@ -16,9 +16,9 @@
 		 <li<?php alt_class('recount'); ?>><label for="<?php echo $item[0]; ?>"><input name="<?php echo $item[0]; ?>" id="<?php echo $item[0]; ?>" type="checkbox" value="1" tabindex="<?php echo $i++; ?>" /> <?php echo $item[1]; ?>.</label></li>
 		<?php endforeach; endif; ?>
 		</ol>
+		<?php bb_nonce_field( 'do-counts' ); ?>
 		<p class="submit alignleft"><input name="Submit" type="submit" value="<?php _e('Count!') ?>" tabindex="<?php echo $i++; ?>" /></p>
 	</fieldset>
-	<?php bb_nonce_field( 'do-counts' ); ?>
 </form>
 
 <?php bb_get_admin_footer(); ?>

