From 52f23a6ef241db0f045e331388fc13a8d6741be4 Mon Sep 17 00:00:00 2001
From: Pan Luo
Date: Fri, 10 Jul 2026 21:42:07 -0700
Subject: [PATCH] Fix duplicated word in default exception template
The paragraph asking users to report errors to the site's webmaster
read "as well as what what you were doing when the error occurred".
Remove the duplicated "what".
---
templates/exception_default.html.ep | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/exception_default.html.ep b/templates/exception_default.html.ep
index 732983024f..586534bce7 100644
--- a/templates/exception_default.html.ep
+++ b/templates/exception_default.html.ep
@@ -19,7 +19,7 @@
<% if ($ENV{WEBWORK_SERVER_ADMIN}) { =%>
<%= link_to $ENV{WEBWORK_SERVER_ADMIN} => "mailto:$ENV{WEBWORK_SERVER_ADMIN}" %>\
<% } =%>\
- , including all of the following information as well as what what you were doing when the error occurred.
+ , including all of the following information as well as what you were doing when the error occurred.
Error record identifier
<%= $uuid =%>