Skip to content

Commit

Permalink
account for oddity in spec-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Aug 23, 2018
1 parent 3bfd67f commit 34c10f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paresr-rd-trampoline.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function error( $message ) {

static function freeform( $s ) {
return array(
'attrs' => null,
'attrs' => new stdClas(),
'innerHTML' => $s,
);
}
Expand Down

0 comments on commit 34c10f4

Please sign in to comment.