Skip to content

Commit

Permalink
Fixing copy-paste goof in config template
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Adams committed Oct 12, 2011
1 parent 8b2d78b commit a49e267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/config/config.json.erb
Expand Up @@ -14,13 +14,13 @@
// Description of the theme
"description": "<%= config[:description] %>",

// Description of the theme
// Version number of the theme
"version_number": "<%= config[:version_number] %>",

// Description of the theme
// Name of the theme license
"license_name": "<%= config[:license_name] %>",

// Description of the theme
// Website for the theme license
"license_uri": "<%= config[:license_uri] %>",

// Tags for this theme, as an array
Expand Down

0 comments on commit a49e267

Please sign in to comment.