Skip to content

Commit

Permalink
page breaks in pwg.
Browse files Browse the repository at this point in the history
  • Loading branch information
funderburkjim committed Jan 28, 2022
1 parent 39f5b2e commit 6be897c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions basicdisplay.php
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,12 @@ public function chrhndl($xp,$data) {
*/
}
} else if ($this->parentEl == "key1"){ // nothing printed
} else if ($this->parentEl == "pb") {
if (in_array($this->dict,array("pwg"))) {
$hrefdata = $this->getHrefPage($data);
$style = "font-size:smaller; font-weight:bold;";
$this->row .= "<span style='$style'> $hrefdata</span>";
}
} else if ($this->parentEl == "pc") {
$hrefdata = $this->getHrefPage($data);
$style = "font-size:normal; color:rgb(160,160,160);";
Expand Down

0 comments on commit 6be897c

Please sign in to comment.