File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
goobi-viewer-connector/src/main/java/io/goobi/viewer/connector/oai/model/formats Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ public static Element getIdentifyXML(String filterQuerySuffix) throws SolrServer
185
185
186
186
if (StringUtils .isNoneEmpty (identifyTags .get ("description" ))) {
187
187
Element eleDescription = new Element ("description" , OAI_NS );
188
- // Element eleDcDescription = new Element("description", DC_NS);
189
- eleDescription .setText (identifyTags .get ("description" ));
190
- // eleDescription.addContent(eleDcDescription);
188
+ Element eleDcDescription = new Element ("description" , DC_NS );
189
+ eleDcDescription .setText (identifyTags .get ("description" ));
190
+ eleDescription .addContent (eleDcDescription );
191
191
identify .addContent (eleDescription );
192
192
}
193
193
You can’t perform that action at this time.
0 commit comments