Revision: 3226
Author: pekka.klarck
Date: Thu May  6 07:33:37 2010
Log: bold headers
http://code.google.com/p/robotframework/source/detail?r=3226

Modified:
 /wiki/tools/get_issues.py

=======================================
--- /wiki/tools/get_issues.py   Thu May  6 06:42:57 2010
+++ /wiki/tools/get_issues.py   Thu May  6 07:33:37 2010
@@ -49,7 +49,7 @@
     url = URL.substitute(locals())
     reader = csv.reader(urlopen(url))
     total_issues = 0
-    print '|| ID || Type || Priority || Summary ||'
+    print '|| *ID* || *Type* || *Priority* || *Summary* ||'
     for row in reader:
         if not row or row[1] == 'Task':
             continue

Reply via email to