diff --git a/spec/message.abnf b/spec/message.abnf index 0b251ce27..8ab7b5b23 100644 --- a/spec/message.abnf +++ b/spec/message.abnf @@ -35,7 +35,7 @@ markup = "{" o "#" identifier *(s option) *(s attribute) o ["/"] "}" ; open and function = ":" identifier *(s option) option = identifier o "=" o (literal / variable) -attribute = "@" identifier [o "=" o (literal / variable)] +attribute = "@" identifier [o "=" o literal] variable = "$" name