[Rt-commit] r8877 -
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Mon Sep 3 08:44:21 EDT 2007
Author: ruz
Date: Mon Sep 3 08:44:21 2007
New Revision: 8877
Modified:
rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowRequestor
Log:
* pass title_raw instead of title as we get this content using $m->scomp
Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowRequestor
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowRequestor (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowRequestor Mon Sep 3 08:44:21 2007
@@ -61,7 +61,7 @@
<&| /Widgets/TitleBox,
title_href => $has_right_adminusers? RT->Config->Get('WebPath')."/Admin/Users/Modify.html?id=".$requestor->id: undef,
- title => loc("More about [_1]", $name),
+ title_raw => loc("More about [_1]", $name),
&>
%# Additional information about this user. Empty by default.
More information about the Rt-commit
mailing list