--- id: 22 title: Fix convertGifsToPng extension + rename/fix log.xml status: done priority: low created: 2026-07-17T03:58:30.403935395+02:00 updated: 2026-07-19T21:42:54.771387687+02:00 started: 2026-07-19T21:42:54.772886896+02:00 completed: 2026-07-19T21:42:54.772886896+02:00 tags: - cleanup claimed_by: rain-raven claimed_at: 2026-07-19T21:42:54.771387687+02:00 class: standard --- From framework review (docs/framework_review.md), P2-6/7. Two small fixes: 1. convertGifsToPng produces cat.gif.png (appends .png instead of replacing .gif) — confusing filenames. 2. Log writes HTML fragments (
) into log.xml — not valid XML. Rename to log.html or emit proper XML.