From 5f487c1eab149f8684c8835f01d0535de8a573c2 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 2 Jun 2023 09:53:43 +0000 Subject: [PATCH] test --- .../templates/shortcodes/prism-highlight.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig b/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig index 979e4d5..3a3ea1c 100644 --- a/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig +++ b/plugins/prism-highlight/templates/shortcodes/prism-highlight.html.twig @@ -6,6 +6,6 @@ {% if cl_prompt %}data-prompt="{{ cl_prompt }}"{% endif %} {% if ln_start %}data-start="{{ ln_start }}"{% endif %} {% if highlight_lines %}data-line=" {{ highlight_lines }}"{% endif %} - {% if cl_continuation %}data-continuation-str="{{ cl_continuation|e('html_attr') }}"{% endif %} + {% if cl_continuation %}data-continuation-str={{ cl_continuation|e('url') }}{% endif %} >{{- content|e('html') -}}