Skip to content

Commit 05bd80f

Browse files
committed
FIX: Attachment URI
1 parent 684feb5 commit 05bd80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/signed-xml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ export class SignedXml {
12871287
if (ref.isEmptyUri) {
12881288
targetUri = "";
12891289
} else {
1290-
targetUri = `#${ref.uri}`;
1290+
targetUri = `${ref.uri}`;
12911291
}
12921292

12931293
// Create the reference element directly using DOM methods to avoid namespace issues

0 commit comments

Comments
 (0)