mboratko / redmine_latex_mathjax

A plugin to enable mathjax on redmine
24 stars 29 forks source link

author name in init.rb causes issues #19

Closed tverbeke closed 9 years ago

tverbeke commented 9 years ago
/opt/redmine/redmine-3.1.1/plugins/redmine_latex_mathjax/init.rb:7: invalid multibyte char (US-ASCII)
/opt/redmine/redmine-3.1.1/plugins/redmine_latex_mathjax/init.rb:7: invalid multibyte char (US-ASCII)
/opt/redmine/redmine-3.1.1/plugins/redmine_latex_mathjax/init.rb:7: syntax error, unexpected $end, expecting keyword_end
  author 'René van Dorst'
               ^ (SyntaxError)

As a temporary workaround I changed the line to

  author 'RVD'

after which redmine comes up again.

mboratko commented 9 years ago

Changed it to avoid this problem.