Skip to content

Commit e1ff3fd

Browse files
committed
Remove custom html tag
1 parent e5d1675 commit e1ff3fd

File tree

4 files changed

+266
-266
lines changed

4 files changed

+266
-266
lines changed

compiler-rs/clients_schema_to_openapi/src/paths.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ pub fn add_endpoint(
266266
let path = &url.path;
267267
write!(
268268
description,
269-
r#"<div><operation-summary>
269+
r#"<div>
270270
<span class="operation-verb {lower_method}">{method}</span>
271271
<span class="operation-path">{path}</span>
272-
</operation-summary></div>
272+
</div>
273273
"#
274274
)?;
275275
}
Binary file not shown.

0 commit comments

Comments
 (0)