Merge tag '4.20.0' into 5.0

This commit is contained in:
Wes Todd
2024-09-09 21:06:41 -05:00
9 changed files with 81 additions and 15 deletions

View File

@@ -837,7 +837,7 @@ res.redirect = function redirect(url) {
html: function(){
var u = escapeHtml(address);
body = '<p>' + statuses.message[status] + '. Redirecting to <a href="' + u + '">' + u + '</a></p>'
body = '<p>' + statuses.message[status] + '. Redirecting to ' + u + '</p>'
},
default: function(){