2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Output spaces instead of tabs in buildAbout task

No Issue
This commit is contained in:
Jason Williams 2014-10-21 16:25:28 +00:00
parent e5b1f19af3
commit b28206c899

View file

@ -981,9 +981,9 @@ var _ = require('lodash'),
releaseDate: ninetyDaysAgo,
count: 20
}).then(function makeContributorTemplate(contributors) {
var contributorTemplate = '<li>\n\t<a href="<%githubUrl%>" title="<%name%>">\n' +
'\t\t<img src="{{gh-path "admin" "/img/contributors"}}/<%name%>" alt="<%name%>">\n' +
'\t</a>\n</li>';
var contributorTemplate = '<li>\n <a href="<%githubUrl%>" title="<%name%>">\n' +
' <img src="{{gh-path "admin" "/img/contributors"}}/<%name%>" alt="<%name%>">\n' +
' </a>\n</li>';
grunt.verbose.writeln('Creating contributors template.');
grunt.file.write(templatePath,