diff --git a/Gruntfile.js b/Gruntfile.js index b55ede1..4a54acf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,10 +18,10 @@ grunt.initConfig({ options: { preserveComments: false, banner: "/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " + - "<%= grunt.template.today('m/d/yyyy') %>\\n" + - "<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %>" + - "* Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" + - " Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */" + "<%= grunt.template.today('m/d/yyyy') %>\n" + + " * <%= pkg.homepage %>\n" + + " * Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" + + " Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n" }, all: { files: { diff --git a/src/core.js b/src/core.js index 477424f..7c909ad 100644 --- a/src/core.js +++ b/src/core.js @@ -1,7 +1,7 @@ /*! * jQuery Validation Plugin 1.12.0pre * - * http://jqueryvalidation.org// + * http://jqueryvalidation.org/ * * Copyright 2013 Jörn Zaefferer * Released under the MIT license: