[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-424-g061f942
Kevin Falcone
falcone at bestpractical.com
Tue Nov 9 07:10:50 EST 2010
The branch, 3.9-trunk has been updated
via 061f9424ab60ce9244d7f4f84a4796f02dff514d (commit)
from 057b4bff3c8554fa8e295872f31d141678b9764d (commit)
Summary of changes:
share/html/Admin/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 061f9424ab60ce9244d7f4f84a4796f02dff514d
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Nov 8 17:15:31 2010 -0600
Fix runaway / adding regex in 25c4f5fd83342d1d1038d881d281ccee85fb83f3
diff --git a/share/html/Admin/index.html b/share/html/Admin/index.html
index 9973439..7d40475 100755
--- a/share/html/Admin/index.html
+++ b/share/html/Admin/index.html
@@ -45,8 +45,8 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& //Admin/Elements/Header, Title => loc('RT Administration') &>
-<& //Elements/Tabs &>
+<& /Admin/Elements/Header, Title => loc('RT Administration') &>
+<& /Elements/Tabs &>
<& /Elements/ListMenu, items => $tabs &>
<%init>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list