Fix recursion in `nodes.Element.get_language_code()`.
Because of a typo, `Element.get_language_code()` did not find language tags in parent elements but just return the fallback value.
Thanks to Marcello Perathoner for the report. http://permalink.gmane.org/gmane.text.docutils.devel/10544
Authored by: milde 2024-10-26
Parent: [r9969]
Child: [r9971]