Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
funderburkjim committed Sep 17, 2024
1 parent 0d24680 commit fa80fbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion basicdisplay.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ public function sthndl($xp,$el,$attribs) {
// skd. n = H,P
$n = $attribs['n'];
$row .= "<strong>($n) </strong>";
} 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 .= "<img src='$path'/>";
Expand Down

0 comments on commit fa80fbe

Please sign in to comment.