[Koha-docs] [PATCH] Fixing an error that was causing xmllint to fail

Chris Cormack chrisc at catalyst.net.nz
Tue Mar 20 05:09:21 CET 2012


xmllint --valid --noout en/manual.xml

en/manual.xml:40638: element link: validity error : IDREF attribute linkend references an unknown ID "ReservesMaxPickupDelay"
---
 en/manual.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/en/manual.xml b/en/manual.xml
index 5c92f25..1532c0a 100644
--- a/en/manual.xml
+++ b/en/manual.xml
@@ -2790,7 +2790,7 @@
                 <para>If set to 'allow' this will cancel holds that have been
                 waiting for longer than the number of days specified in the
                 <link
-                linkend="ReservesMaxPickupDelay">ReservesMaxPickupDelay</link>
+                linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link>
                 system preference. Holds will only be cancelled if the <link
                 linkend="expiredholdscron">Expire Holds cron job</link> is
                 runnning.</para>
-- 
1.7.5.4



More information about the Koha-docs mailing list