aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-11-16 09:48:49 -0500
committertdro <tdro@noreply.example.com>2023-11-16 09:48:49 -0500
commit531e086fde5f27f3170deb5e47d5729be69b9f2a (patch)
treedb6c117abdb18497d57a2062c60ebe81e6376f2e /themes/default/layouts
parentad371ef898e1dae93bc7f92036e6a2c6318b92bb (diff)
downloadcanory-531e086fde5f27f3170deb5e47d5729be69b9f2a.tar.gz
canory-531e086fde5f27f3170deb5e47d5729be69b9f2a.tar.bz2
canory-531e086fde5f27f3170deb5e47d5729be69b9f2a.zip
themes/default/layouts/_default/_markup/render-codeblock: Avoid spellcheck
Firefox
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/_default/_markup/render-codeblock.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/_markup/render-codeblock.html b/themes/default/layouts/_default/_markup/render-codeblock.html
index 542c9a6..435a12b 100644
--- a/themes/default/layouts/_default/_markup/render-codeblock.html
+++ b/themes/default/layouts/_default/_markup/render-codeblock.html
@@ -15,7 +15,7 @@
<a href="#{{ $id }}">{{ $type }}</a>
</language-label>
</header>
- <code-content contenteditable="{{ $edit }}">
+ <code-content contenteditable="{{ $edit }}" spellcheck="false">
{{- highlight .Inner $type (print $options ",lineAnchors=" "code-line:" $hash) -}}
</code-content>
</code-block>