diff --git a/cmd/tools/vdoc/vdoc.v b/cmd/tools/vdoc/vdoc.v index 65754c9e12..3caf581321 100644 --- a/cmd/tools/vdoc/vdoc.v +++ b/cmd/tools/vdoc/vdoc.v @@ -405,7 +405,7 @@ fn doc_node_html(dd doc.DocNode, link string, head bool, tb &table.Table) string sym_name := get_sym_name(dd) node_id := get_node_id(dd) hash_link := if !head { ' #' } else { '' } - dnw.writeln('${tabs[1]}s
') + dnw.writeln('${tabs[1]}
') if dd.name.len > 0 { if dd.kind == .const_group { dnw.write('${tabs[2]}
<$head_tag>$sym_name$hash_link')