mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Stop using firstresult=True on render_cell, refs #1425
See https://github.com/simonw/datasette/issues/1425#issuecomment-894883664
This commit is contained in:
parent
f3c9edb376
commit
a390bdf9ce
3 changed files with 18 additions and 10 deletions
|
|
@ -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"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue