mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Fixes an error that occurred during build
"Error: The following pages contain links to /#1", but no element with id="1"" exists on /"
3243370247
This commit is contained in:
parent
9169976818
commit
faaf89aa28
1 changed files with 4 additions and 2 deletions
|
@ -80,7 +80,9 @@
|
|||
].filter(f => (Array.isArray(f.value) ? f.value.length : f.value))
|
||||
|
||||
function norm(value) {
|
||||
return value.includes(' ') ? `"${value}"` : value
|
||||
value = value.includes(' ') ? `"${value}"` : value
|
||||
|
||||
return encodeURIComponent(value)
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -144,7 +146,7 @@
|
|||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"
|
||||
></path>
|
||||
/>
|
||||
</svg>
|
||||
</span></a
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue