1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-06 02:09:36 +02:00

Merge pull request #327 from github/eupl-render

remove BOM from eupl-1.1.txt which caused it to not render
This commit is contained in:
Mike Linksvayer 2016-01-28 12:14:07 -08:00
commit f99821523d
2 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@ end
task :test do task :test do
sh "bundle exec jekyll build --trace" sh "bundle exec jekyll build --trace"
Rake::Task["spec"].invoke Rake::Task["spec"].invoke
HTML::Proofer.new("./_site", :check_html => true).run HTML::Proofer.new("./_site", :check_html => true,
:href_swap => { %r{http://choosealicense.com} => "" }).run
end end
task :approved_licenses do task :approved_licenses do

View File

@ -1,4 +1,4 @@
--- ---
title: European Union Public License 1.1 title: European Union Public License 1.1
nickname: EUPL-1.1 nickname: EUPL-1.1
tab-slug: eupl-v1.1 tab-slug: eupl-v1.1