Fix error template, convert rest of space indents to tabs

This commit is contained in:
Timothy Warren 2014-09-18 16:43:52 -04:00
parent 2adb689553
commit 3ec3efca0d
6 changed files with 26 additions and 16549 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ var router = express.Router();
/* GET home page. */
router.get('/', function(req, res) {
res.render('index', { title: 'Express' });
res.render('index', { title: 'Express'});
});
module.exports = router;

View File

@ -4,9 +4,7 @@
{<content}
<h1>{message}</h1>
<h2>{error.status}</h2>
{#error.stack}
<pre>
{~n}
{error.stack}
</pre>
{/error.stack}
{/content}