From eb62e304a94c5eb1716abf4c6123bd6ae86593aa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 19 Aug 2013 12:06:31 -0400 Subject: [PATCH] Bug 10765 - [SIGNED-OFF] Update POD of C4::Koha::GetSupportList() to use TT syntax This patch updates the example template syntax in the POD for C4::Koha::GetSupportList() to use Template Toolkit syntax. To test, view the POD for C4::Koha::GetSupportList() and confirm that it looks correct. Signed-off-by: Magnus Enger This patch works as advertised (verified with "perldoc C4::Koha"), for GetSupportList, but it does not fix a a similar example for GetItemTypes, getauthtypes and getframework in the same file, which still has the old template syntax. So a followup or separate bug(s) for those are called for. Signed-off-by: Jonathan Druart It seems the default option is not in used in templates. Signed-off-by: Galen Charlton (cherry picked from commit 3429e5e16da0b23615fac4ca0bb6251fac70301c) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a011492c7e5cdc3c0ef9db1ca1c415ec078e1f6c) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a011492c7e5cdc3c0ef9db1ca1c415ec078e1f6c) --- C4/Koha.pm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 0f1755e199..697b8b6b0e 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -172,16 +172,16 @@ build a HTML select with the following code : =head3 in TEMPLATE -
- - "> - -
+ =cut -- 2.39.5