[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-460-g54cd684
Shawn Moore
sartak at bestpractical.com
Fri Nov 12 17:55:20 EST 2010
The branch, 3.9-trunk has been updated
via 54cd684d002e1ccdf29eaae7d4bdc109144cde1b (commit)
from 45d8319c4c0d0616c4ca5b3c117faaaf8e51823d (commit)
Summary of changes:
share/html/Ticket/Elements/ShowUpdateStatus | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 54cd684d002e1ccdf29eaae7d4bdc109144cde1b
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Nov 12 17:55:33 2010 -0500
Remove empty loc params
diff --git a/share/html/Ticket/Elements/ShowUpdateStatus b/share/html/Ticket/Elements/ShowUpdateStatus
index 66d032f..c56101a 100644
--- a/share/html/Ticket/Elements/ShowUpdateStatus
+++ b/share/html/Ticket/Elements/ShowUpdateStatus
@@ -47,7 +47,7 @@
%# END BPS TAGGED BLOCK }}}
<div class="unread-messages">
<&| /Widgets/TitleBox, title => loc('New messages'), title_href => "#txn-". $txn->id &>
-<&|/l, &>There are unread messages on this ticket.</&>
+<&|/l&>There are unread messages on this ticket.</&>
<&|/l,
RT->Config->Get('WebPath') ."/Ticket/Display.html?id=". $Ticket->id. "#txn-".$txn->id,
RT->Config->Get('WebPath') ."/Ticket/Display.html?id=". $Ticket->id ."&MarkAsSeen=1&Anchor=txn-" . $txn->id
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list