[sysadmin-bin] rt.py: Fix rt3 URL



commit 4ffd35fd8002c2fa39b8194ef42a3fe035b302ef
Author: Olav Vitters <olav vitters nl>
Date:   Mon Feb 28 11:14:06 2011 +0100

    rt.py: Fix rt3 URL

 rt3/rt.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rt3/rt.py b/rt3/rt.py
index cb4c4ff..1aba25a 100755
--- a/rt3/rt.py
+++ b/rt3/rt.py
@@ -58,7 +58,7 @@ def write_stat_file(cursor, queue):
         tickets[ticket]['CC'] = msg['RT-Send-CC'].replace('@', ' ').replace('.', u'·')
 
 
-    table = u'<table border=1><tr><th>Ticket</th><th>State</th><th>Waiting for</th></tr>%s</table>' % u''.join([u'<tr><td><a href="http://www.gnome.org/rt3/Ticket/Display.html?id=%s";>%s</a></td><td>%s</td><td>%s</td></tr>' % (ticket, ticket, tickets[ticket]['Status'], tickets[ticket].get('CC', '')) for ticket in sorted(tickets)])
+    table = u'<table border=1><tr><th>Ticket</th><th>State</th><th>Waiting for</th></tr>%s</table>' % u''.join([u'<tr><td><a href="https://rt.gnome.org/Ticket/Display.html?id=%s";>%s</a></td><td>%s</td><td>%s</td></tr>' % (ticket, ticket, tickets[ticket]['Status'], tickets[ticket].get('CC', '')) for ticket in sorted(tickets)])
 
     output = codecs.open (OUTPUT, 'w', 'utf-8')
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]