[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-132-g159423b

Jesse Vincent jesse at bestpractical.com
Tue Nov 23 16:40:25 EST 2010


The branch, 3.9-trunk has been updated
       via  159423bae7b8219d54d067855a2acf54a404f42c (commit)
      from  d111c5f31a8086774b2d87e87776e2047c1b8b64 (commit)

Summary of changes:
 share/html/Admin/index.html |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 159423bae7b8219d54d067855a2acf54a404f42c
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Nov 23 16:39:58 2010 -0500

    Remove extra markup we don't actually need. trs++

diff --git a/share/html/Admin/index.html b/share/html/Admin/index.html
index 57b4bae..0c941e4 100755
--- a/share/html/Admin/index.html
+++ b/share/html/Admin/index.html
@@ -47,9 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
 <& /Admin/Elements/Header, Title => loc('RT Administration') &>
 <& /Elements/Tabs &>
-<div class="listmenu" id="admin-toplevel">
-    <& /Elements/ListMenu, items => $tabs &>
-</div>
+<& /Elements/ListMenu, items => $tabs &>
 % if (RT->Config->Get('ShowRTNews')) {
 <& /Admin/Elements/Newsbox &>
 % }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list