Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-20 14:26:42 +0300
committeruPagge <git@upagge.ru>2021-03-20 14:26:42 +0300
commit1c7142279d8713023f1c9b07819b0ba9806ce64b (patch)
tree510d0f7f32cac2aa3a7d3e4496ba205c09605d51 /src
parente94fd5d75317fd7a23f8d2ae66a2b248ee65cb66 (diff)
nosection
Diffstat (limited to 'src')
-rw-r--r--src/js/theme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/theme.js b/src/js/theme.js
index 290950b..d222c0d 100644
--- a/src/js/theme.js
+++ b/src/js/theme.js
@@ -349,7 +349,7 @@ class Theme {
$header.className = 'code-header ' + $code.className.toLowerCase();
const $title = document.createElement('span');
$title.classList.add('code-title');
- $title.insertAdjacentHTML('afterbegin', '<i class="arrow svg-icon icon-code-right"></i>');
+ $title.insertAdjacentHTML('afterbegin', '<span class="arrow svg-icon icon-code-right"></span>');
$title.addEventListener('click', () => {
$chroma.classList.toggle('open');
}, false);