Fixed: Character encoding problem in popup (#71)
This commit is contained in:
parent
f20ef3a880
commit
baa5104281
|
@ -392,7 +392,7 @@ popup._createInjectionElement = function (injection) {
|
|||
} else if (injection.versionRequested === 'beta') {
|
||||
versionNode = ` ${injection.versionRequested}`;
|
||||
} else if (injection.versionRequested !== 'latest'){
|
||||
versionNode = ` (v${injection.versionRequested} 🡢 v${injection.versionDelivered})`;
|
||||
versionNode = ` (v${injection.versionRequested} » v${injection.versionDelivered})`;
|
||||
} else if (injection.versionRequested === 'latest') {
|
||||
versionNode = ` v${injection.versionDelivered}`;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
New in LocalCDN:
|
||||
</div>
|
||||
<ul>
|
||||
<li></li>
|
||||
<li>Fixed: Character encoding problem in popup (<a href="https://codeberg.org/nobody/LocalCDN/issues/71">#71</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
Loading…
Reference in New Issue