mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01: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:
commit
f99821523d
3
Rakefile
3
Rakefile
@ -10,7 +10,8 @@ end
|
||||
task :test do
|
||||
sh "bundle exec jekyll build --trace"
|
||||
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
|
||||
|
||||
task :approved_licenses do
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
---
|
||||
title: European Union Public License 1.1
|
||||
nickname: EUPL-1.1
|
||||
tab-slug: eupl-v1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user