Skip to content

Commit c843479

Browse files
committed
Merge remote-tracking branch 'upstream/release-4.2.0' into release-4.2.0
2 parents 05f34d3 + 1ac9c36 commit c843479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content-handlers/iiif/modules/uv-shared-module/BaseExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ export class BaseExtension<T extends BaseConfig> implements IExtension {
836836
const title: string = this.helper.getLabel() ?? "";
837837

838838
if ((hashParams?.size ?? 0) > 0) {
839-
appUri += `#${hashParams.toString()}`;
839+
appUri += `#?${hashParams.toString()}`;
840840
}
841841

842842
const script: string = Strings.format(

0 commit comments

Comments
 (0)