]> piware.de Git - bin.git/commitdiff
workitems: fix https wiki link presentation
authormartin@piware.de <>
Thu, 26 Nov 2009 07:33:24 +0000 (08:33 +0100)
committermartin@piware.de <>
Thu, 26 Nov 2009 07:33:24 +0000 (08:33 +0100)
workitems.py

index 6e5777daae087f763910e58f7c3e39918d51814c..e90b09d8b1764262b6472f11e6d86f9f792605a8 100755 (executable)
@@ -437,7 +437,7 @@ def html(db):
     completion.sort(key=lambda k: k[1], reverse=True)
 
     for (bp, percent) in completion:
-        if bp.startswith('http:'):
+        if bp.startswith('http:') or bp.startswith('https:'):
             url = bp
         else:
             url = '%s/ubuntu/+spec/%s' % (blueprints_base_url, escape(bp))