From 945bc4ed9719d28c5aae89c230b34f71b18eb4c7 Mon Sep 17 00:00:00 2001
From: Hesper Yin <hyin2@andrew.cmu.edu>
Date: Thu, 19 Nov 2020 19:11:26 -0500
Subject: [PATCH] Update splines.md

---
 docs/animation/splines.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/animation/splines.md b/docs/animation/splines.md
index 304d62e..8dadd3e 100644
--- a/docs/animation/splines.md
+++ b/docs/animation/splines.md
@@ -14,7 +14,7 @@ Recall that a cubic polynomial is a function of the form
 
 where <img src="task1_media/0001.png" height="20">, and <img src="task1_media/0002.png" height="20"> are fixed coefficients. However, there are many different ways of specifying a cubic polynomial. In particular, rather than specifying the coefficients directly, we can specify the endpoints and tangents we wish to interpolate. This construction is called the "Hermite form" of the polynomial. In particular, the Hermite form is given by
 
-<img src="task1_media/0003.png height"="30">
+<img src="task1_media/0003.png" height="30">
 
 where <img src="task1_media/0004.png" height="20"> are the endpoint positions, <img src="task1_media/0005.png" height="20"> are the endpoint tangents, and <img src="task1_media/0006.png" height="20"> are the Hermite bases
 
-- 
GitLab