Content server: Fix --urll-prefix beig ignored for links at the Top level

This commit is contained in:
Kovid Goyal 2010-12-10 10:47:40 -07:00
parent 26d3a9bb00
commit 488b7b8169

View File

@ -359,7 +359,7 @@ class BrowseServer(object):
icon = 'blank.png' icon = 'blank.png'
cats.append((meta['name'], category, icon)) cats.append((meta['name'], category, icon))
cats = [(u'<li><a title="{2} {0}" href="/browse/category/{1}">&nbsp;</a>' cats = [(u'<li><a title="{2} {0}" href="{3}/browse/category/{1}">&nbsp;</a>'
u'<img src="{3}{src}" alt="{0}" />' u'<img src="{3}{src}" alt="{0}" />'
u'<span class="label">{0}</span>' u'<span class="label">{0}</span>'
u'</li>') u'</li>')