mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Earlier querySelector for download button was returning a div, on which we called the getAttribute function hence returning null This now returns a <span> element which returns the correct link with getAttribute