1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00

Remove build code from Inform app report pages

This commit is contained in:
Graham Nelson 2022-08-21 18:55:25 +01:00
parent e7e5ab644c
commit ff30d98452

View file

@ -424,7 +424,7 @@ void StandardProblems::issue_problems_banner(OUTPUT_STREAM, char *verdict) {
HTML_CLOSE("div"); HTML_CLOSE("div");
HTML_OPEN_WITH("div", "class=\"headingrubric\""); HTML_OPEN_WITH("div", "class=\"headingrubric\"");
HTML::begin_span(OUT, I"headingpanelrubric"); HTML::begin_span(OUT, I"headingpanelrubric");
WRITE("Produced by %B (build %B)", FALSE, TRUE); WRITE("Produced by %B", FALSE, TRUE);
HTML::end_span(OUT); HTML::end_span(OUT);
HTML_CLOSE("div"); HTML_CLOSE("div");
HTML_CLOSE("div"); HTML_CLOSE("div");