Skip to content

Commit 0384a82

Browse files
committed
Make CI: Fix a small issue in master_runs.html
1 parent d336c26 commit 0384a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_ct_helpers/src/ct_master_logs_fork.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ footer() ->
422422
"Copyright © ", year(),
423423
" <a href=\"http://www.erlang.org\">Open Telecom Platform</a>",
424424
xhtml("<br>\n", "<br />\n"),
425-
"Updated: <!--date-->", current_time(), "<--!/date-->",
425+
"Updated: <!--date-->", current_time(), "<!--/date-->",
426426
xhtml("<br>\n", "<br />\n"),
427427
xhtml("</font></p>\n", "</div>\n"),
428428
"</center>\n"

0 commit comments

Comments
 (0)