diff options
-rw-r--r-- | lib/coderay/scanners/php.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/php.rb b/lib/coderay/scanners/php.rb index 67bb233..6f3c237 100644 --- a/lib/coderay/scanners/php.rb +++ b/lib/coderay/scanners/php.rb @@ -461,7 +461,7 @@ module Scanners states.push :php encoder.text_token match, :delimiter else - encoder.text_token match, :string + encoder.text_token match, :content end elsif match = scan(/\$\{#{RE::IDENTIFIER}\}/o) encoder.text_token match, :local_variable |