From fa80fbe6cad8fd7bdd502923eaaae0d515139aee Mon Sep 17 00:00:00 2001 From: funderburkjim Date: Mon, 16 Sep 2024 21:11:37 -0400 Subject: [PATCH] PWG: Ref. https://github.com/sanskrit-lexicon/PWG/issues/74 --- basicdisplay.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basicdisplay.php b/basicdisplay.php index c02801d..f690366 100644 --- a/basicdisplay.php +++ b/basicdisplay.php @@ -602,7 +602,8 @@ public function sthndl($xp,$el,$attribs) { // skd. n = H,P $n = $attribs['n']; $row .= "($n) "; - } else if ( ($el == "pic")&&($this->dict == "ben")) { + // } else if ( ($el == "pic")&&($this->dict == "ben")) { + } else if ($el == "pic") { $filename = $attribs['name']; $path = "../../web/images/$filename"; $this->row .= "";