Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Oct 23, 2023
1 parent 310a716 commit 60fa60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/Parser/Markdown/Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -3914,7 +3914,7 @@ protected function element(array $Element)
continue;
}

$markup .= " {$name}=\"".self::escape($value).'"';
$markup .= " {$name}=\"".self::escape((string) $value).'"';
}
}
}
Expand Down

0 comments on commit 60fa60a

Please sign in to comment.