File tree 1 file changed +4
-4
lines changed
crates/rari-doc/src/templ/templs
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ pub fn see_compat_table() -> Result<String, DocError> {
49
49
let copy = rari_l10n:: l10n_json_data ( "Template" , "see_compat_table_copy" , env. locale ) ?;
50
50
51
51
Ok ( [
52
- r#"<div class="notecard experimental"><strong>"# ,
52
+ r#"<div class="notecard experimental"><p>< strong>"# ,
53
53
title,
54
54
":</strong> " ,
55
55
copy,
56
- "</div>" ,
56
+ "</p></ div>" ,
57
57
]
58
58
. join ( "" ) )
59
59
}
@@ -64,11 +64,11 @@ pub fn secure_context_header() -> Result<String, DocError> {
64
64
let copy = rari_l10n:: l10n_json_data ( "Template" , "secure_context_header_copy" , env. locale ) ?;
65
65
66
66
Ok ( [
67
- r#"<div class="notecard secure"><strong>"# ,
67
+ r#"<div class="notecard secure"><p>< strong>"# ,
68
68
& html_escape:: encode_double_quoted_attribute ( title) ,
69
69
":</strong> " ,
70
70
copy,
71
- "</div>" ,
71
+ "</p></ div>" ,
72
72
]
73
73
. join ( "" ) )
74
74
}
You can’t perform that action at this time.
0 commit comments