fix OPACBaseURL to not include http://
authorNicole C. Engard <nengard@gmail.com>
Mon, 31 Aug 2015 19:51:20 +0000 (14:51 -0500)
committerNicole C. Engard <nengard@gmail.com>
Mon, 31 Aug 2015 19:51:20 +0000 (14:51 -0500)
en/manual.xml

index a3528a7..8fcf630 100644 (file)
@@ -8834,19 +8834,19 @@ budget_code: 922$a</programlisting></para>
           <section id="OPACBaseURL">
             <title>OPACBaseURL</title>
 
-            <para>Asks: The OPAC is located at http:// ___</para>
+            <para>Asks: The OPAC is located at ___</para>
             <para>Description:<itemizedlist>
                 <listitem>
-                  <para>This preference is looking for the URL of your public catalog (OPAC) without
-                    the http:// in front of it (enter www.mycatalog.com instead of
-                    http://www.mycatalog.com). Once it is filled in Koha will use it to generate
-                    permanent links in your RSS feeds, for your social network share buttons and in
-                    your staff client when generating links to bib records in the OPAC.</para>
+                  <para>This preference is looking for the URL of your public catalog (OPAC) with
+                    the http:// in front of it (enter http://www.mycatalog.com instead of
+                    www.mycatalog.com). Once it is filled in Koha will use it to generate permanent
+                    links in your RSS feeds, for your social network share buttons and in your staff
+                    client when generating links to bib records in the OPAC.</para>
                 </listitem>
               </itemizedlist></para>
             <important>
               <para>Do not include a trailing slash in the URL this will break links created using
-                this URL.  (example: www.google.com not www.google.com/)</para>
+                this URL. (example: http://www.google.com not http://www.google.com/)</para>
             </important>
 
             <important>