mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Fix typos
This commit is contained in:
parent
f8aa618f3d
commit
267256cbb8
@ -18,6 +18,6 @@ final class Text implements Renderable
|
|||||||
|
|
||||||
public function getHtml(): string
|
public function getHtml(): string
|
||||||
{
|
{
|
||||||
return Escaper::htmlElementValue($text);
|
return Escaper::htmlElementValue($this->text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
namespace Erusev\Parsedown\Html\Sanisisation;
|
namespace Erusev\Parsedown\Html\Sanitisation;
|
||||||
|
|
||||||
final class CharacterFilter
|
final class CharacterFilter
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
namespace Erusev\Parsedown\Html\Sanisisation;
|
namespace Erusev\Parsedown\Html\Sanitisation;
|
||||||
|
|
||||||
final class Escaper
|
final class Escaper
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user