mirror of
https://github.com/expressjs/express.git
synced 2026-02-21 19:41:36 +00:00
Merge tag '4.20.0' into 5.0
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user