@arsedizioni/ars-utils 21.1.65 → 21.1.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1043,7 +1043,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
1043
1043
  let parts = url.split('#');
1044
1044
  url = parts[0];
1045
1045
  if (parts.length > 1) {
1046
- url += '#' + parts[1];
1046
+ url += '#' + parts[1].toUpperCase();
1047
1047
  }
1048
1048
  // Handle free text query
1049
1049
  let query = '';