1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-02 23:14:57 +03:00

fixing stray right-angle-bracket

This commit is contained in:
Zed Lopez 2023-05-04 20:33:08 -07:00
parent 95e613cd6a
commit 65da490cde

View file

@ -165,7 +165,7 @@ or as paragraph of text in pass 2:
if (Str::len(variance) > 0) {
HTML::open_indented_p(OUT, 1, "tight");
WRITE("<i>%S&nbsp;", variance);
HTML_OPEN_WITH("a", "href=#contra>");
HTML_OPEN_WITH("a", "href=#contra");
HTML_TAG_WITH("img", "border=0 src=inform:/doc_images/shelp.png");
HTML_CLOSE("a");
WRITE("</i>");