Skip to content

Commit 4040cb4

Browse files
authored
Merge pull request #59 from bnd170/master
Fixed issue where Property not defined #58
2 parents 0bcb1f6 + c45e475 commit 4040cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rtf-html-php.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ class RtfHtml
622622
{
623623
private $output = '';
624624
private $encoding;
625+
private $defaultFont;
625626

626627
// Initialise Encoding
627628
public function __construct($encoding = 'HTML-ENTITIES')

0 commit comments

Comments
 (0)