2.7 fixed in html snipet

This commit is contained in:
ed barz 2025-09-20 12:32:27 +02:00
parent 560cae3bdf
commit 267d74549e
2 changed files with 3 additions and 3 deletions

View File

@ -77,14 +77,14 @@ Vue.component("copyfontimportlink", {
data() { data() {
return { return {
importLink: importLink:
'<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.5/style.css">', '<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css">',
isCopied: false, isCopied: false,
}; };
}, },
computed: { computed: {
displayText: function () { displayText: function () {
html_text = html_text =
"&lt;link rel=&quot;stylesheet&quot; href=&quot;https://file.brz9.dev/cdn/fonts/brz9-v2.5/style.css&quot;&gt;"; "&lt;link rel=&quot;stylesheet&quot; href=&quot;https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css&quot;&gt;";
return html_text; return html_text;
}, },
}, },

View File

@ -48,7 +48,7 @@
below: below:
</p> </p>
<copyfontimportlink> <copyfontimportlink>
<pre><code class="language-xml">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://file.brz9.dev/cdn/fonts/brz9-v2.6/style.css&quot;&gt;</code></pre> <pre><code class="language-xml">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css&quot;&gt;</code></pre>
</copyfontimportlink> </copyfontimportlink>
<p> <p>
<i <i