We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923cb62 commit df1e6c2Copy full SHA for df1e6c2
src/template_helpers.rs
@@ -243,7 +243,7 @@ impl HelperDef for IconImgHelper {
243
244
write!(
245
writer,
246
- "<svg viewBox=\"0 0 24 24\" width=\"{size}\" height=\"{size}\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">{inner_content}</svg>"
+ r#"<svg viewBox="0 0 24 24" width="{size}" height="{size}" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">{inner_content}</svg>"#
247
)?;
248
Ok(())
249
}
0 commit comments