From 2611c4292a7ee2d0e4edc02e13f72ec2e8148642 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 14 Nov 2022 09:09:24 -0500 Subject: Adjust image margins --- templates/blog_admin/edit_post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blog_admin/edit_post.html b/templates/blog_admin/edit_post.html index 8657ac90..4469b303 100644 --- a/templates/blog_admin/edit_post.html +++ b/templates/blog_admin/edit_post.html @@ -162,7 +162,7 @@ static gettex(latex) { // make a POST request to /tex, returns a png response. render this to image tag const url = `/tex/?expr="${latex}"`; - const img = ``; + const img = ``; return img; } } -- cgit v1.2.3