Made Language block. How to copy language code of menu and put to my block.

Re: Made Language block. How to copy language code of menu and put to my block.

by Mohammad kabir -
Number of replies: 0

I found a bug:


<a href="https://nafo.localhost/mod/quiz/attempt.php?attempt=3632&amp;amp;page=2&amp;lang=en">English(En)</a>

<a href="https://nafo.localhost/mod/quiz/attempt.php?attempt=3632&amp;amp;page=2&amp;lang=no">NORSK-BOKMÅL(NO)</a>


There are double   "&amp;amp;".  str_replace("&amp;", "&" ... ) function could be a solution.  Is there any moodle function or ...?


Thank you