Skip to content

Commit

Permalink
Merge pull request #593 from kdmsnr/delete-prt
Browse files Browse the repository at this point in the history
Delete backward compatibility of 'prt' [Ref #546]
  • Loading branch information
takahashim committed Apr 24, 2016
2 parents 0e7c0ee + 315dcb1 commit dcdca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/epubmaker/epubcommon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def titlepage
EOT
end

publisher = @producer.params.names_of("pbl") || @producer.params.names_of("prt") # XXX Backward Compatiblity
publisher = @producer.params.names_of("pbl")
if publisher
@body << <<EOT
<p>
Expand Down

0 comments on commit dcdca39

Please sign in to comment.