0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #4318 from jaswilli/about-tabs

Output spaces instead of tabs in buildAbout task
This commit is contained in:
Hannah Wolfe 2014-10-21 20:40:24 +03:00
commit 4067bfe4c1

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,