Merge pull request #1755 from gregkare/more_trailing_whitespace

Remove trailing whitespace
This commit is contained in:
Parker Moore 2013-12-02 12:35:06 -08:00
commit b637420373
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ namespace :site do
abort "You seem to have misplaced your History.markdown file. I can haz?"
end
end
namespace :releases do
desc "Create new release post"
task :new, :version do |t, args|

View File

@ -13,7 +13,7 @@ module Jekyll
SYNTAX_EXAMPLE = "{% include file.ext param='value' param2='value' %}"
VALID_SYNTAX = /([\w-]+)\s*=\s*(?:"([^"\\]*(?:\\.[^"\\]*)*)"|'([^'\\]*(?:\\.[^'\\]*)*)'|([\w\.-]+))/
VALID_SYNTAX = /([\w-]+)\s*=\s*(?:"([^"\\]*(?:\\.[^"\\]*)*)"|'([^'\\]*(?:\\.[^'\\]*)*)'|([\w\.-]+))/
INCLUDES_DIR = '_includes'