summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKuhar Vasily <[email protected]>2013-07-10 13:31:22 +0300
committerKuhar Vasily <[email protected]>2013-07-10 13:31:22 +0300
commit86e93a1137132a2e3f0899a2ae4e4a1436c5cbf1 (patch)
treeb1287325e4d03df887753b67f0725a777a4b05af /src
parent6453ad37f5e2dde8bbf911fec6e56eed510fd3d6 (diff)
wrong $this->scanner->next() call.
Diffstat (limited to 'src')
-rw-r--r--src/HTML5/Parser/Tokenizer.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/HTML5/Parser/Tokenizer.php b/src/HTML5/Parser/Tokenizer.php
index 9d8c39b..7d6fd68 100644
--- a/src/HTML5/Parser/Tokenizer.php
+++ b/src/HTML5/Parser/Tokenizer.php
@@ -357,7 +357,6 @@ class Tokenizer {
$this->scanner->whitespace();
if ($this->scanner->current() == '>') {
$selfClose = TRUE;
- $this->scanner->next();
return TRUE;
}
if ($this->scanner->current() === FALSE) {