diff --git a/tool/Theme.tmpl.css b/tool/theme.tmpl.css similarity index 100% rename from tool/Theme.tmpl.css rename to tool/theme.tmpl.css diff --git a/tool/theme.tmpl.js b/tool/theme.tmpl.js index dfaf0bf5..8e99f710 100644 --- a/tool/theme.tmpl.js +++ b/tool/theme.tmpl.js @@ -3,7 +3,7 @@ * * Copyright (c) 2010, Ajax.org B.V. * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright diff --git a/tool/tmtheme.js b/tool/tmtheme.js index ab40d4a5..b03ff0b8 100755 --- a/tool/tmtheme.js +++ b/tool/tmtheme.js @@ -203,8 +203,8 @@ function quoteString(str) { return '"' + str.replace(/\\/, "\\\\").replace(/"/g, '\\"').replace(/\n/g, "\\\n") + '"'; } -var cssTemplate = fs.readFileSync(__dirname + "/Theme.tmpl.css", "utf8"); -var jsTemplate = fs.readFileSync(__dirname + "/Theme.tmpl.js", "utf8"); +var cssTemplate = fs.readFileSync(__dirname + "/theme.tmpl.css", "utf8"); +var jsTemplate = fs.readFileSync(__dirname + "/theme.tmpl.js", "utf8"); function normalizeStylesheet(rules) { for (var i = rules.length; i--; ) {