# F-077 — Implementer evidence: Product short description renders HTML in admin product list ## Problem The admin product listing rendered `p.description` as plain text. HTML tags like ``, `` were shown as literal text (e.g., `Fresh`) instead of formatted text (**Fresh**). ## Changes `project/apps/admin/src/app/(dashboard)/products/page.tsx`: - Added `renderHtml(html)` helper function: - Strips `