summaryrefslogtreecommitdiff
path: root/lexer/smarty_internal_templatelexer.plex
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-18 09:40:38 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-18 09:40:38 +0200
commite4f41adf5a4e9b265b545dd2b8fe54d7516b0cf2 (patch)
tree3da70bd2d33194d8628baf76ad6c7ad9ab5c5098 /lexer/smarty_internal_templatelexer.plex
parent6b97d5cdd5b2b00651fd38030284beab5d39e8dd (diff)
downloadsmarty-e4f41adf5a4e9b265b545dd2b8fe54d7516b0cf2.tar.gz
smarty-e4f41adf5a4e9b265b545dd2b8fe54d7516b0cf2.tar.bz2
smarty-e4f41adf5a4e9b265b545dd2b8fe54d7516b0cf2.zip
-bugfix fix implementation of unclosed block tag in double quoted string of 12.10.2017
https://github.com/smarty-php/smarty/issues/396 https://github.com/smarty-php/smarty/issues/397 https://github.com/smarty-php/smarty/issues/391 https://github.com/smarty-php/smarty/issues/392
Diffstat (limited to 'lexer/smarty_internal_templatelexer.plex')
-rw-r--r--lexer/smarty_internal_templatelexer.plex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lexer/smarty_internal_templatelexer.plex b/lexer/smarty_internal_templatelexer.plex
index 189569c9..ea53f9e8 100644
--- a/lexer/smarty_internal_templatelexer.plex
+++ b/lexer/smarty_internal_templatelexer.plex
@@ -694,7 +694,6 @@ class Smarty_Internal_Templatelexer
double_quote {
$this->token = Smarty_Internal_Templateparser::TP_QUOTE;
$this->yypopstate();
- $this->compiler->leaveDoubleQuote();
}
backtick dollar {
$this->token = Smarty_Internal_Templateparser::TP_BACKTICK;