mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 03:23:25 +00:00
Escape <meta> content attribute value
This commit is contained in:
parent
ac3e680193
commit
e1180f521f
@ -161,7 +161,7 @@ crate fn render<T: Print, S: Print>(
|
||||
}
|
||||
},
|
||||
title = page.title,
|
||||
description = page.description,
|
||||
description = Escape(page.description),
|
||||
keywords = page.keywords,
|
||||
favicon = if layout.favicon.is_empty() {
|
||||
format!(
|
||||
|
Loading…
Reference in New Issue
Block a user