Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
voku authored and StyleCIBot committed Aug 21, 2016
1 parent e24618c commit 97af673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Html2Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ class Html2Text
'append' => "```\n\n",
),
'del' => array(
'prepend' => "~~",
'append' => "~~",
'prepend' => '~~',
'append' => '~~',
),
'li' => array(
'prepend' => "\t* ",
Expand Down

0 comments on commit 97af673

Please sign in to comment.