aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/display/results/null_display.twig
blob: f2ea2e5f2fe4c4307fbcc5ef3adcf665ff6597a0 (plain)
1
2
3
4
5
6
7
<td {{ align }}
    data-decimals="{{ meta.decimals is defined ? meta.decimals : '-1' }}"
    data-type="{{ meta.type }}"
    {# The null class is needed for grid editing #}
    class="{{ classes }} null">
    <em>NULL</em>
</td>