Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into hotf…
Browse files Browse the repository at this point in the history
…ix/uri-path-not-being-set-when-empty
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Css2Xpath.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function ($matches) {
$expression
);

/** ZF-9764 -- remove double asterix */
/** ZF-9764 -- remove double asterisk */
$expression = str_replace('**', '*', $expression);

return $expression;
Expand Down

0 comments on commit b74beb0

Please sign in to comment.