samsa/internal/views
ashisgreat22 23dcdef26f
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Failing after 19s
fix: unescape HTML entities in result titles
Wikipedia returns HTML entities like <span> which were being
double-escaped by Go templates. Now using html.UnescapeString and
template.HTML to render properly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 22:19:07 +01:00
..
static refactor(frontend): port search-zen-50 style to Go templates 2026-03-22 22:05:56 +01:00
templates fix: unescape HTML entities in result titles 2026-03-22 22:19:07 +01:00
views.go fix: unescape HTML entities in result titles 2026-03-22 22:19:07 +01:00
views_test.go fix(frontend): update FromResponse tests and fix disabled categories rendering 2026-03-22 13:40:16 +01:00