diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-02-15 13:24:10 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-02-15 13:24:10 +0000 |
commit | d5f1e186f1e800e0fff41b937fc87fbf49d7d25c (patch) | |
tree | a20988fc16bd60237e7cd63824f0625b20bd2034 /lib/plugins/rfpdf/README | |
parent | b5c2ca56666e79ea642df8c6e790cc60de44ccfa (diff) | |
download | redmine-d5f1e186f1e800e0fff41b937fc87fbf49d7d25c.tar.gz redmine-d5f1e186f1e800e0fff41b937fc87fbf49d7d25c.zip |
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
Diffstat (limited to 'lib/plugins/rfpdf/README')
-rw-r--r-- | lib/plugins/rfpdf/README | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/plugins/rfpdf/README b/lib/plugins/rfpdf/README index 8ecfe164e..d5a8332e5 100644 --- a/lib/plugins/rfpdf/README +++ b/lib/plugins/rfpdf/README @@ -10,10 +10,6 @@ A template plugin allowing the inclusion of ERB-enabled RFPDF template files. == == -If you are using HTML, it is recommended you install: - -gem install -r htmlentities - TCPDF Documentation located at: http://phpdocs.moodle.org/com-tecnick-tcpdf/TCPDF.html @@ -42,4 +38,4 @@ to: pdf = TCPDF.new -ENJOY!
\ No newline at end of file +ENJOY! |