Agregado toping en los menus
This commit is contained in:
3
node_modules/send/index.js
generated
vendored
3
node_modules/send/index.js
generated
vendored
@@ -482,8 +482,7 @@ SendStream.prototype.redirect = function redirect (path) {
|
||||
}
|
||||
|
||||
var loc = encodeUrl(collapseLeadingSlashes(this.path + '/'))
|
||||
var doc = createHtmlDocument('Redirecting', 'Redirecting to <a href="' + escapeHtml(loc) + '">' +
|
||||
escapeHtml(loc) + '</a>')
|
||||
var doc = createHtmlDocument('Redirecting', 'Redirecting to ' + escapeHtml(loc))
|
||||
|
||||
// redirect
|
||||
res.statusCode = 301
|
||||
|
||||
Reference in New Issue
Block a user