there now the output is prettier
This commit is contained in:
parent
14d2792bed
commit
f181ecce95
|
@ -62,7 +62,7 @@ async fn html(
|
|||
<div class="comment__author">{}</div>
|
||||
<div class="comment__content">{}</div>
|
||||
</div>
|
||||
"#,
|
||||
"#,
|
||||
rec.id,
|
||||
html_escape::encode_text(&rec.name.unwrap_or("anonymous".to_owned())),
|
||||
html_escape::encode_text(&rec.content),
|
||||
|
|
Loading…
Reference in a new issue