Skip to content

Commit

Permalink
typo on PSR2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjag committed Dec 28, 2014
1 parent afa80c5 commit dcf5bf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extras/htmlfilter.php
Expand Up @@ -404,8 +404,7 @@ function tln_getnxtag($body, $offset)
* If it's ">" it will be caught at the top.
*/
$attval = preg_replace('/\"/s', '"', $attval);
$attary{$attname} = '"' . $attval . '"';
}
$attary{$attname} = '"' . $attval . '"';
}
} elseif (preg_match('|[\w/>]|', $char)) {
/**
Expand Down

0 comments on commit dcf5bf6

Please sign in to comment.