[Rt-commit] [rtir] 01/02: Standardize 'href'

Jesse Vincent jesse at bestpractical.com
Thu Mar 19 03:50:10 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit 348466dfca0979d35db9bd4f6632f93d979a4b3e
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Mar 18 23:54:52 2015 -0700

    Standardize 'href'
---
 etc/RTIR_Config.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index 076d01f..87db826 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -367,7 +367,7 @@ merged from this configuration.  To change just the Investigation list you would
 
 Set(%RTIRSearchResultFormats,
     Default =>
-        q{'<b><a HREF="__RTIRTicketURI__">__id__</a></b>/TITLE:#',
+        q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',
           '<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',
           QueueName,
           Status,
@@ -376,7 +376,7 @@ Set(%RTIRSearchResultFormats,
           __NEWLINE__,
           '',Requestors,OwnerName,ToldRelative,DueRelative,TimeLeft},
     ReportDefault =>
-        q{'<b><a HREF="__RTIRTicketURI__">__id__</a></b>/TITLE:#',
+        q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',
           '<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',
           Status,
           LastUpdatedRelative,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list