aboutsummaryrefslogtreecommitdiff
path: root/src/emitter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/emitter.rs')
-rw-r--r--src/emitter.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/emitter.rs b/src/emitter.rs
index 5b64acd..4fc2159 100644
--- a/src/emitter.rs
+++ b/src/emitter.rs
@@ -519,7 +519,9 @@ impl<O: Offset> Comment<O> {
/// * `<!DOCTYPE {name} PUBLIC '{public_id}' '{system_id}'>`
#[derive(Debug, Eq, PartialEq)]
pub struct Doctype<O> {
- /// The ["force quirks"](https://html.spec.whatwg.org/#force-quirks-flag) flag.
+ /// The [force-quirks flag].
+ ///
+ /// [force-quirks flag]: https://html.spec.whatwg.org/#force-quirks-flag
pub force_quirks: bool,
/// The doctype's name. For HTML documents this is "html".