aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-06 10:42:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-06 10:42:32 -0700
commitcadb331c47d430f5bf09b81d9c806ac29a36dc03 (patch)
treef1ab220cdf003e395611046edf91e425f165acf1 /spec.txt
parent6f611b791c088656f6274cbfe683efb2df45a485 (diff)
Fixed link to 'attributes'.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 0457e01..4bd888b 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7121,7 +7121,7 @@ consists of `"`, zero or more
characters not including `"`, and a final `"`.
An [open tag](@open-tag) consists of a `<` character, a [tag name],
-zero or more [attributes], optional [whitespace], an optional `/`
+zero or more [attributes](@attribute], optional [whitespace], an optional `/`
character, and a `>` character.
A [closing tag](@closing-tag) consists of the string `</`, a