Skip to content

Commit

Permalink
Merge pull request #59 from bnd170/master
Browse files Browse the repository at this point in the history
Fixed issue where Property not defined #58
  • Loading branch information
henck authored Jun 10, 2019
2 parents 0bcb1f6 + c45e475 commit 4040cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtf-html-php.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ class RtfHtml
{
private $output = '';
private $encoding;
private $defaultFont;

// Initialise Encoding
public function __construct($encoding = 'HTML-ENTITIES')
Expand Down

0 comments on commit 4040cb4

Please sign in to comment.