From 9bee795d57d006a70a41f0ce6d737a07dcb0f8b4 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 28 Oct 2016 09:15:55 -0400
Subject: [PATCH] Corrected typos in config.

---
 config/vufind/searches.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/vufind/searches.ini b/config/vufind/searches.ini
index baf7ea2ef69..240ef2049f9 100644
--- a/config/vufind/searches.ini
+++ b/config/vufind/searches.ini
@@ -565,8 +565,8 @@ container_title = "Journal Title"
 ; is clicked. VuFind can either embed the full result directly in the list using
 ; AJAX or can display it at its own separate URL as a full HTML page.
 ; full - separate page (default)
-; tabs - embedded using tabs (see record/tabs.phtml)
-; accordion - embedded using an accordion (see record/accordion.phtml)
+; tabs - embedded using tabs (see record/ajaxview-tabs.phtml)
+; accordion - embedded using an accordion (see record/ajaxview-accordion.phtml)
 ; NOTE: This feature is incompatible with SyndeticsPlus content; please use
 ;       regular Syndetics if necessary.
 [List]
-- 
GitLab