mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 00:36:01 +01:00
not use htmlentities gem in rfpdf plugin (#13138)
Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11399 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
begin
|
||||
require('htmlentities')
|
||||
rescue LoadError
|
||||
# This gem is not required - just nice to have.
|
||||
end
|
||||
require('cgi')
|
||||
require 'rfpdf'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user