diff --git a/services/problems-module/Chapter 2/Problems, Level 3.w b/services/problems-module/Chapter 2/Problems, Level 3.w index 24860d293..1e05ae9fb 100644 --- a/services/problems-module/Chapter 2/Problems, Level 3.w +++ b/services/problems-module/Chapter 2/Problems, Level 3.w @@ -424,7 +424,7 @@ void StandardProblems::issue_problems_banner(OUTPUT_STREAM, char *verdict) { HTML_CLOSE("div"); HTML_OPEN_WITH("div", "class=\"headingrubric\""); 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_CLOSE("div"); HTML_CLOSE("div");