mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -05:00
In the old HTML editor, filenames were % escaped before feeding them to beautifulsoup, causing bare ampersands to be left alone. The new HTML editor reads content from the DOM, where a bare ampersand has been transformed into an &, and that gets saved back into the field, so the media check now needs to deal with it for images as well. https://forums.ankiweb.net/t/causing-problems-with-image-names/12171 |
||
|---|---|---|
| .. | ||
| changetracker.rs | ||
| check.rs | ||
| database.rs | ||
| files.rs | ||
| mod.rs | ||
| schema.sql | ||
| sync.rs | ||