diff options
Diffstat (limited to 'blog/post/2019-04-25.html')
-rw-r--r-- | blog/post/2019-04-25.html | 2 |
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); |