Fixed mess in management Misc. Settings table.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 17 Oct 2017 17:11:56 +0000 (13:11 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 17 Oct 2017 17:11:56 +0000 (13:11 -0400)
views/admin/management/index.html

index 323cfc4..dbe35f1 100644 (file)
 
         <table id="glm-table-debug" class="glm-admin-table glm-settings-table">
             <tr><td colspan="2"><h2>Debug Settings</h2></td></tr>
-            <tr>
-                <td colspan="2">
-                    These settings now enabling "trigger_error()" output where that's available. This is replacing the legacy
-                    debug output that used a separate debug window. So far only Front Controller has debug tests included.
-                </td>
             <tr>
                 <th>Admin Debug Information:</th>
                 <td>
@@ -53,6 +48,8 @@
                 </td>
             </tr>
         </table>
+        These settings now enabling "trigger_error()" output where that's available. This is replacing the legacy
+        debug output that used a separate debug window. So far only Front Controller has debug tests included.
         <p>&nbsp;</p>
  
         <!-- Required Pages -->