fortran-lang/fortran-lang.org

Improper Search Parameter function in fortranLang.js ( fortranLang.findGetParameter('query') )

henilp105 opened this issue · 2 comments

An improper search parameter fortranLang.findGetParameter('query') , this function lacks basic regex, it has been mentioned in pr #369
this function escapes all the "+" , "/" instead of proper formatting the parameters.
I will Be submitting a patch for the same .

Thanks and Regards,
Henil Panchal

Resolved in PR #369