Lint pass

pull/6979/head^2
Hallaathrad 2016-02-13 21:26:59 -05:00
parent fc94d7c201
commit cc2aa67bec
3 changed files with 3 additions and 3 deletions

View File

@ -177,7 +177,7 @@ module.exports = function(app) {
function privacy(req, res) { function privacy(req, res) {
res.render('resources/privacy', { res.render('resources/privacy', {
title: "Privacy policy" title: 'Privacy policy'
}); });
} }