Skip to content

Commit

Permalink
random
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 26, 2023
1 parent 8baaca2 commit 6d57b64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/odr/internal/html/document_element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ void html::translate_bookmark(Element element, HtmlWriter &out,
"a", {.inline_element = true,
.attributes = HtmlAttributesVector{{"id", bookmark.name()}}});
out.write_element_end("a");

return;
}

void html::translate_list(Element element, HtmlWriter &out,
Expand Down

0 comments on commit 6d57b64

Please sign in to comment.