From 2a644303258fb8f60de91bab271fd0422e5a959d Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 20 Jul 2009 04:14:27 +0000 Subject: fix badly styled links on ticket create (fallout from RT borging/styling) --- rt/html/Ticket/Create.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rt/html') diff --git a/rt/html/Ticket/Create.html b/rt/html/Ticket/Create.html index 2061b3be3..b22a67593 100644 --- a/rt/html/Ticket/Create.html +++ b/rt/html/Ticket/Create.html @@ -387,10 +387,10 @@ if ((!exists $ARGS{'AddMoreAttach'}) and ($ARGS{'id'} eq 'new')) { # new ticket? my $actions = { A => { - html => q[] . loc('Show basics') . q[], + html => q[] . loc('Show basics') . q[], }, B => { - html => q[] . loc('Show details') . q[], + html => q[] . loc('Show details') . q[], }, }; -- cgit v1.2.1