Stop using firstresult=True on render_cell, refs #1425

See https://github.com/simonw/datasette/issues/1425#issuecomment-894883664
This commit is contained in:
Simon Willison 2021-08-08 17:38:42 -07:00
commit a390bdf9ce
3 changed files with 18 additions and 10 deletions

View file

@ -59,7 +59,7 @@ def publish_subcommand(publish):
"""Subcommands for 'datasette publish'"""
@hookspec(firstresult=True)
@hookspec
def render_cell(value, column, table, database, datasette):
"""Customize rendering of HTML table cell values"""