summaryrefslogtreecommitdiff
path: root/blog/post/2019-04-25.html
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-01 03:28:28 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-01 03:28:28 +0800
commit5c377b081415aff0040dc56116a9a4226c2ac295 (patch)
treebd5f1277a86571c9fd53a0f0eb0af6be2c431ffa /blog/post/2019-04-25.html
parent5f05a701a18f724e1fc8ea49674dff0e96247262 (diff)
downloadweb-5c377b081415aff0040dc56116a9a4226c2ac295.tar.xz
Fix table captions, add a few more photos.
Diffstat (limited to 'blog/post/2019-04-25.html')
-rw-r--r--blog/post/2019-04-25.html2
1 files changed, 1 insertions, 1 deletions
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);