diff --git a/src/export/html.rs b/src/export/html.rs index 12f5542..3eec63d 100644 --- a/src/export/html.rs +++ b/src/export/html.rs @@ -209,7 +209,7 @@ pub trait HtmlHandler { } } -pub struct Escape<'a>(&'a str); +pub struct Escape<'a>(pub &'a str); impl<'a> fmt::Display for Escape<'a> { fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {