changeset 1621:0b6ee26b3d37 iiif-presentation-2

small change to manifest labels.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Tue, 30 May 2017 19:27:26 +0200
parents 1c87dbe782ab
children 62246fdad980
files iiif-presentation/src/main/java/digilib/servlet/Manifester.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/iiif-presentation/src/main/java/digilib/servlet/Manifester.java	Tue May 30 19:21:15 2017 +0200
+++ b/iiif-presentation/src/main/java/digilib/servlet/Manifester.java	Tue May 30 19:27:26 2017 +0200
@@ -311,8 +311,8 @@
         manifest.write("@context", "http://iiif.io/api/presentation/2/context.json")
             .write("@type", "sc:Manifest")
             .write("@id", params.manifestUrl + "/manifest")
-            .write("label", "(Scanned work " + dlFn + ")")
-            .write("description", "(Automatically generated manifest for scanned work " + dlFn + ")");
+            .write("label", "[Scanned work " + dlFn + "]")
+            .write("description", "[Automatically generated manifest for scanned work " + dlFn + "]");
     }
 
     /**