From 5c377b081415aff0040dc56116a9a4226c2ac295 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 1 Jul 2022 03:28:28 +0800 Subject: Fix table captions, add a few more photos. --- blog/post/2019-04-25.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/post/2019-04-25.html') diff --git a/blog/post/2019-04-25.html b/blog/post/2019-04-25.html index ca48f89..af8b757 100644 --- a/blog/post/2019-04-25.html +++ b/blog/post/2019-04-25.html @@ -77,7 +77,7 @@ for(let x of cl) a.setAttribute('x',n-1); a.innerHTML='show'; a.href='javascript:void(0)'; - b.innerHTML=dd.getAttribute('caption'); + b.innerHTML=dd.getAttribute('data-caption'); s.appendChild(b); s.appendChild(document.createTextNode(' [')); s.appendChild(a); -- cgit v1.2.3