From 10412502cea3b302764b43895d071c3fe18f8a7b Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 29 Oct 2020 12:39:15 -0400
Subject: [PATCH] Fix potentially misleading examples.

---
 config/vufind/NoILS.ini | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/config/vufind/NoILS.ini b/config/vufind/NoILS.ini
index 319c7fdc680..d6efba19859 100644
--- a/config/vufind/NoILS.ini
+++ b/config/vufind/NoILS.ini
@@ -39,8 +39,8 @@ reserve = "msg|N"
 callnumber = "marc|khi"
 barcode = "msg|Unavailable"
 number = "marc|8"
-;notes[]
-;summary[]
+;notes = "msg|Example Note"
+;summary = "msg|Example Summary"
 
 [MarcStatus]
 ; Used if useStatus is set to "marc"
@@ -59,8 +59,8 @@ reserve = "msg|N"
 callnumber = "marc|khi"
 barcode = "msg|Unavailable"
 number = "marc|8"
-;notes[]
-;summary[]
+;notes = "msg|Example Note"
+;summary = "msg|Example Summary"
 
 [Holdings]
 availability = false
@@ -71,8 +71,8 @@ reserve = "N"
 callnumber = ""
 barcode = "Unavailable"
 number = "Unknown"
-;notes[]
-;summary[]
+;notes = "msg|Example Note"
+;summary = "msg|Example Summary"
 
 [Status]
 availability = false
-- 
GitLab