We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4a232 commit 85aeccaCopy full SHA for 85aecca
1 file changed
phpdotnet/phd/Package/IDE/Base.php
@@ -121,7 +121,10 @@ function writeChunk() {
121
public function renderHTML() {
122
static $format = null;
123
if ($format == null) {
124
- $format = new Package_Generic_ChunkedXHTML($this->config);
+ $format = new Package_Generic_ChunkedXHTML(
125
+ $this->config,
126
+ $this->outputHandler
127
+ );
128
}
129
return $format->parse(trim(ReaderKeeper::getReader()->readInnerXML()));
130
0 commit comments