From be10803e4dee7cb430423248f12685353c1ea166 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Tue, 30 Aug 2005 09:08:00 +0000 Subject: * Make a small fix to avahi-bookmarks where the URL was incorrect if the path specified had no / at the start git-svn-id: file:///home/lennart/svn/public/avahi/trunk@502 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-utils/avahi-bookmarks.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi-utils/avahi-bookmarks.in b/avahi-utils/avahi-bookmarks.in index 07ca8f0..39c1d8c 100755 --- a/avahi-utils/avahi-bookmarks.in +++ b/avahi-utils/avahi-bookmarks.in @@ -101,7 +101,7 @@ class AvahiBookmarks(resource.Resource): else: ip = v[2] - t += '
  • %s
  • ' % (urlproto[k[3]], ip, port, path, k[2]) + t += '
  • %s
  • ' % (urlproto[k[3]], ip, port, path, k[2]) t += '' -- cgit