fix: include all of the attribute value

main
Guilian 2025-01-25 17:00:18 +01:00
parent a88d21165c
commit f25ecbe0cc
Signed by: Guilian
GPG Key ID: B86CC9678982ED8C
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ function M.parse_tokens_into_document( TOKENS )
if in_opening_tag_for then
local pattern = "([%w-]+)=['\"](.-)['\"]"
local pattern = "([%w-]+)=['\"](.+)['\"]"
local name, raw_value = token.value:match(pattern)