diff --git a/aider/website/home.html b/aider/website/home.html index 42b5f588e..ef8eddef1 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -865,7 +865,7 @@ aider --model gpt-4o --api-key openai=your-key-goes-here // Update content when card is perpendicular to view (hidden) setTimeout(() => { testimonialElement.innerHTML = ` -
"${newTestimonial.text}"
+${newTestimonial.text}
`;