Skip to content

Commit

Permalink
116402: Add quotes to labelTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahraa Chreim committed Dec 12, 2024
1 parent 0648a72 commit dada33c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class DSpaceControlledVocabulary extends SelfNamedPlugin implements Hiera
protected static String xpathTemplate = "//node[contains(translate(@label,'ABCDEFGHIJKLMNOPQRSTUVWXYZ'," +
"'abcdefghijklmnopqrstuvwxyz'),%s)]";
protected static String idTemplate = "//node[@id = '%s']";
protected static String labelTemplate = "//node[@label = %s]";
protected static String labelTemplate = "//node[@label = '%s']";
protected static String idParentTemplate = "//node[@id = '%s']/parent::isComposedBy/parent::node";
protected static String rootTemplate = "/node";
protected static String idAttribute = "id";
Expand Down

0 comments on commit dada33c

Please sign in to comment.