From 4ccb0c66af7a6e5e3e4dc099078b08e1250226e5 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 18 Aug 2010 00:14:10 +0000 Subject: fix directory links in RT (not picking up index.html as a default), RT#9665, fallout from RT#9412 --- rt/share/html/Elements/Dashboards | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/share/html') diff --git a/rt/share/html/Elements/Dashboards b/rt/share/html/Elements/Dashboards index 1a9c05299..3653aa5b8 100644 --- a/rt/share/html/Elements/Dashboards +++ b/rt/share/html/Elements/Dashboards @@ -51,7 +51,7 @@ title_href => RT->Config->Get('WebPath').'/Dashboards/index.html', bodyclass => "", titleright => loc("Edit"), - titleright_href => RT->Config->Get('WebPath').'/Dashboards/index.html', + titleright_href => RT->Config->Get('WebPath').'/Dashboards/', &> <& /Dashboards/Elements/ShowDashboards:table, -- cgit v1.2.1