From 468c1816ee5f8bcfc0e602d6130e10465cd21b6f Mon Sep 17 00:00:00 2001 From: Thomas Misilo <misilot@fit.edu> Date: Tue, 28 Oct 2014 15:34:20 -0400 Subject: [PATCH] Changed the incorrect : to a ;, since it is a comment --- config/vufind/Unicorn.ini | 2 +- module/VuFind/tests/fixtures/configs/1.2/Unicorn.ini | 2 +- module/VuFind/tests/fixtures/configs/1.3/Unicorn.ini | 2 +- module/VuFind/tests/fixtures/configs/1.4/Unicorn.ini | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/vufind/Unicorn.ini b/config/vufind/Unicorn.ini index df4740c3f01..711347353f5 100644 --- a/config/vufind/Unicorn.ini +++ b/config/vufind/Unicorn.ini @@ -43,7 +43,7 @@ defaultRequiredDate = 0:1:0 ; "pickUpLocation" extraHoldFields = requiredByDate:pickUpLocation:comments ; -: The following are lists of Location Codes and Item Types +; The following are lists of Location Codes and Item Types ; for items that are NOT AVAILABLE even if they are NOT checked out. ; The values on the right side of "=" is the status message to display. ; diff --git a/module/VuFind/tests/fixtures/configs/1.2/Unicorn.ini b/module/VuFind/tests/fixtures/configs/1.2/Unicorn.ini index c82a06eafa4..82a3a758ffd 100644 --- a/module/VuFind/tests/fixtures/configs/1.2/Unicorn.ini +++ b/module/VuFind/tests/fixtures/configs/1.2/Unicorn.ini @@ -51,7 +51,7 @@ ON-ORDER = "On Order" INTERNET = "World Wide Web" ; -: The following are lists of Location Codes and Item Types +; The following are lists of Location Codes and Item Types ; for items that are NOT AVAILABLE even if they are NOT checked out. ; The values on the right side of "=" is the status message to display. ; diff --git a/module/VuFind/tests/fixtures/configs/1.3/Unicorn.ini b/module/VuFind/tests/fixtures/configs/1.3/Unicorn.ini index 284681b5e7f..361e52e8bab 100644 --- a/module/VuFind/tests/fixtures/configs/1.3/Unicorn.ini +++ b/module/VuFind/tests/fixtures/configs/1.3/Unicorn.ini @@ -39,7 +39,7 @@ defaultRequiredDate = 0:1:0 ; "pickUpLocation" extraHoldFields = requiredByDate:pickUpLocation:comments ; -: The following are lists of Location Codes and Item Types +; The following are lists of Location Codes and Item Types ; for items that are NOT AVAILABLE even if they are NOT checked out. ; The values on the right side of "=" is the status message to display. ; diff --git a/module/VuFind/tests/fixtures/configs/1.4/Unicorn.ini b/module/VuFind/tests/fixtures/configs/1.4/Unicorn.ini index df4740c3f01..711347353f5 100644 --- a/module/VuFind/tests/fixtures/configs/1.4/Unicorn.ini +++ b/module/VuFind/tests/fixtures/configs/1.4/Unicorn.ini @@ -43,7 +43,7 @@ defaultRequiredDate = 0:1:0 ; "pickUpLocation" extraHoldFields = requiredByDate:pickUpLocation:comments ; -: The following are lists of Location Codes and Item Types +; The following are lists of Location Codes and Item Types ; for items that are NOT AVAILABLE even if they are NOT checked out. ; The values on the right side of "=" is the status message to display. ; -- GitLab