]> git.meshlink.io Git - catta/commitdiff
* Make a small fix to avahi-bookmarks where the URL was incorrect if the path specif...
authorTrent Lloyd <lathiat@bur.st>
Tue, 30 Aug 2005 09:08:00 +0000 (09:08 +0000)
committerTrent Lloyd <lathiat@bur.st>
Tue, 30 Aug 2005 09:08:00 +0000 (09:08 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@502 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-utils/avahi-bookmarks.in

index 07ca8f06e79decfd6dbd335cf774ae8658379edd..39c1d8c02aeb9dfdbafcdf1fe30aad9c89df87f3 100755 (executable)
@@ -101,7 +101,7 @@ class AvahiBookmarks(resource.Resource):
                 else:
                     ip = v[2]
 
-                t += '<li><a href="%s://%s%s%s">%s</a></li>' % (urlproto[k[3]], ip, port, path, k[2])
+                t += '<li><a href="%s://%s%s/%s">%s</a></li>' % (urlproto[k[3]], ip, port, path, k[2])
                 
             t += '</ul>'