From e4c446860c179a5d0e3e39f00c3e99ed29947939 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 31 Mar 2017 21:51:00 -0400 Subject: [PATCH] Mark rust code block as regular text in docs. --- xml5ever/src/serialize/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml5ever/src/serialize/mod.rs b/xml5ever/src/serialize/mod.rs index f39933d5..ff5b2a95 100644 --- a/xml5ever/src/serialize/mod.rs +++ b/xml5ever/src/serialize/mod.rs @@ -94,7 +94,7 @@ pub type AttrRef<'a> = (&'a QName, &'a str); /// depending on where the text is written inside the tag or attribute value. /// /// For example -///``` +///```text /// '&-quotes' becomes '&-quotes' /// becomes