Fix Latin-1 encoding that broke doc output
authorDan Scott <dscott@laurentian.ca>
Thu, 6 Jun 2013 18:01:07 +0000 (14:01 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 6 Jun 2013 18:01:07 +0000 (14:01 -0400)
asciidoc only expects and can only handle utf-8 encoding :)

Signed-off-by: Dan Scott <dscott@laurentian.ca>
docs/opac/my_lists.txt

index db485ca..54bd720 100644 (file)
@@ -62,17 +62,12 @@ Local Call Number in My Lists
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 As of Evergreen version 2.4, when a title is added to a list in the TPAC, a local call number will be displayed in the list to assist patrons in locating the physical item.  Evergreen will look at the following locations to identify the most relevant call number to display in the list:  
 
-1)     Physical location \96 the physical library location where the search takes place
-2)     Preferred library \96 the Preferred Search Location, which is set in patron OPAC account Search and History Preferences, or the patron\92s Home Library
-3)     Search library \96 the search library or org unit that is selected in the OPAC search interface
+1)     Physical location - the physical library location where the search takes place
+2)     Preferred library - the Preferred Search Location, which is set in patron OPAC account Search and History Preferences, or the patron's Home Library
+3)     Search library - the search library or org unit that is selected in the OPAC search interface
 
 The call number that is displayed will be the most relevant call number to the searcher.  If the patron is searching at the library, Evergreen will display a call number from that library location.  If the patron is not searching at a library, but is logged in to their OPAC account, Evergreen will display a call number from their Home Library or Preferred Search Location.  If the patron is not searching at the library and is not signed in to their OPAC account, then Evergreen will display a call number from the org unit, or library, that they choose to search in the OPAC search interface.
 
 The local call number and associated library location will appear in the list:
 
 image::media/my_list_call_numbers.JPG[Local Call Number in List]
-
-
-
-
-