Fix duplicated word in default exception template#3053
Open
xcompass wants to merge 1 commit into
Open
Conversation
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".
Member
Author
|
Sending a few PRs from our local improvements. Happy to switch the target branch to develop if needed. |
drgrice1
approved these changes
Jul 13, 2026
drgrice1
left a comment
Member
There was a problem hiding this comment.
Looks good. Could you please shorten what you say when you make these pull requests? Is it generated by AI? There is a lot of wording when all that is needed would have been "Fix a typo".
Member
Author
|
Will do. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes a duplicated word in
templates/exception_default.html.ep. The paragraph asking users to report errors to the site's webmaster currently reads:This removes the duplicated "what" so the sentence reads correctly. No functional or markup changes — a one-word text fix in the default exception page shown to end users when an unhandled error occurs.
Testing
WeBWorK-2.21branch (anddevelop) and that the diff is limited to removing the single extra "what" on that line (one line changed, nothing else)..html.eptemplate, which is not covered by the repository's perltidy (*.pl/*.pm/*.t/*.at) or prettier (htdocs/**/*.{js,css,scss,html}) format checks, so no formatting tooling applies.Dependencies: none