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:
commit
4067bfe4c1
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue