- using res.data.* instead of res.*

This commit is contained in:
Robert Gaggl 2001-12-11 00:26:25 +00:00
parent 7de4a8d3b0
commit 09042b4286

View file

@ -2,4 +2,4 @@ var parent = setLayout();
res.data.title = "Antville - 404 - not found";
res.body = "<p><b>Sorry!</b></p><p>URL /"+req.path+" was not found on this server!</p>";
res.data.body = "<p><b>Sorry!</b></p><p>URL /"+req.path+" was not found on this server!</p>";