diff --git a/inc/class.page.php b/inc/class.page.php
--- a/inc/class.page.php
+++ b/inc/class.page.php
@@ -58,9 +58,10 @@ class page
     $this->headCode['outputPrintStyle'] = '';
     $this->headCode['outputStyle'] = ''; 
     $this->headCode['gliderHeadcode'] = ''; 
-   $this->headCode['uiTabsKeyboard'] = ''; 
-   $this->pagetitle = $ntitle;
-   $this->scripts = $nscripts;
+    $this->headCode['uiTabsKeyboard'] = '';
+    $this->headCode['displayTables'] = '';
+    $this->pagetitle = $ntitle;
+    $this->scripts = $nscripts;
 
    /* compliant browsers which care, such as gecko, explicitly request xhtml: */
    if(!empty($_SERVER['HTTP_ACCEPT'])