GeSHi / geshi-1.0

Original version of Generic Syntax Highlighter for PHP
http://qbnz.com/highlighter/
GNU General Public License v2.0
168 stars 100 forks source link

Fix get_language_name for unknown languages #123

Open md-5 opened 5 years ago

md-5 commented 5 years ago

If the language is not known, then language_data will not be initialized properly. We should therefore use the user's language input instead.

jgehrcke commented 5 years ago

@cweiske do you consider the patches from @md-5? Thanks!