Skip to content

Commit

Permalink
Merge pull request #193 from eksperimental/patch-3
Browse files Browse the repository at this point in the history
only split into two
  • Loading branch information
gjtorikian committed Apr 20, 2015
2 parents 2a7a21d + fbeeae9 commit 76b2de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/htmlproof
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Mercenary.program(:htmlproof) do |p|
unless opts['href_swap'].nil?
options[:href_swap] = {}
opts['href_swap'].each do |s|
pair = s.split(':')
pair = s.split(':', 2)
options[:href_swap][Regexp.new(pair[0])] = pair[1]
end
end
Expand Down

0 comments on commit 76b2de8

Please sign in to comment.