diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php
index dcdd7484940b47cb73c9dafddae56d1fa23172b5..6441f13f82fb97cb20c3f698bec4ca6aa8c3e1e3 100644
--- a/include/staff/tickets.inc.php
+++ b/include/staff/tickets.inc.php
@@ -668,6 +668,7 @@ if ($results) {
             </fieldset>
         <?php } ?>
         <hr/>
+        <div id="result-count" class="clear"></div>
         <p>
             <span class="buttons pull-right">
                 <input type="submit" value="<?php echo __('Search');?>">
@@ -681,6 +682,4 @@ if ($results) {
             </span>
         </p>
     </form>
-    <div id="result-count">
-    </div>
 </div>