W7 done done

This commit is contained in:
root
2026-06-15 11:08:44 +00:00
parent abcb66717e
commit ad2ba7b632
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -65,6 +65,6 @@ RENDER(Request& context)
<a class="button" href="?action=destroy">Destroy Session</a>
</div><?
site_tests_summary(passed, failed, skipped, "This page intentionally mutates only response headers and the test cookie/session namespace used by the suite.");
site_tests_summary(passed, failed, skipped, "This page mutates only response headers and the test cookie/session namespace used by the suite.");
site_tests_page_end();
}