This commit is contained in:
Kovid Goyal 2017-04-25 21:29:25 +05:30
parent be02dee998
commit 1f54d4fbb3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -534,7 +534,7 @@ def render_categories(opts, db, category_data):
def categories_as_json(ctx, rd, db, opts, vl):
return ctx.get_tag_browser(rd, db, opts, partial(render_categories, opts), vl='')
return ctx.get_tag_browser(rd, db, opts, partial(render_categories, opts), vl=vl)
# Test tag browser {{{