From c2f3db08cd452f14ffb8616501eac9ef20c265df Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Thu, 2 Mar 2023 10:05:17 +0100 Subject: [PATCH] remove (now) unused td tags --- layouts/shortcodes/pv/display.html | 4 ---- layouts/shortcodes/pv/table.html | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/layouts/shortcodes/pv/display.html b/layouts/shortcodes/pv/display.html index f1aae12..d0d59a2 100644 --- a/layouts/shortcodes/pv/display.html +++ b/layouts/shortcodes/pv/display.html @@ -1,10 +1,6 @@ {{- $name := .Get "name" | default "textline" -}} {{- $expr := .Get "expr" | default (printf "data.%s" $name) -}} {{- $default := .Get "default" | default "" -}} -{{- $tcells := (and .Parent .Parent.Get "tcells") | default false -}} -{{- if $tcells }}{{ end -}}

 
-{{- if $tcells }}{{ end -}} - diff --git a/layouts/shortcodes/pv/table.html b/layouts/shortcodes/pv/table.html index 562eaf0..4b6a3f7 100644 --- a/layouts/shortcodes/pv/table.html +++ b/layouts/shortcodes/pv/table.html @@ -4,7 +4,7 @@ - +