Merge pull request #2 from hallaathrad/fix/update-about

Lint pass
This commit is contained in:
Quincy Larson
2016-02-13 18:57:39 -08:00
3 changed files with 3 additions and 3 deletions

View File

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