Skip to content

Commit b21fe82

Browse files
authored
Fixing issue #58
Fixed issue where Property not defined #58
1 parent 0bcb1f6 commit b21fe82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)