Tiny clean up of Parser::doQuotes()
authorPavel Astakhov <pastakhov@yandex.ru>
Mon, 17 Aug 2015 11:13:27 +0000 (17:13 +0600)
committerCscott <cananian@wikimedia.org>
Wed, 19 Aug 2015 21:27:20 +0000 (21:27 +0000)
commit78c66e6467196d5ddb52e071f8b6bb500d9cf1be
tree5d842606f0a18823760c123df1d7439080dae918
parentc2e45cdde10da7b66925a64d46ff62386cd546f3
Tiny clean up of Parser::doQuotes()

$firstsingleletterword always is -1 here
because we leave the loop when it's set

Change-Id: I73a430b7ac650bc5919ab95867eec09f723395f2
includes/parser/Parser.php