From 6b3e1668735138da4f540905a5eb9b118635bc9e Mon Sep 17 00:00:00 2001 From: Romina Racca Date: Wed, 12 Dec 2012 13:16:16 -0300 Subject: [PATCH] Bug 9275 Missing '<' closing pharagraph tag On file koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt, line 5, there is a missing '<'. (...'New Authority' button.,/p>) Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small change, fixes obvious problem. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/authorities/authorities.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt index 91f72b4007..7441e98dec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/authorities.tt @@ -2,7 +2,7 @@

Adding Authorities

-

To add a new authority record, choose the authority type from the 'New Authority' button.,/p> +

To add a new authority record, choose the authority type from the 'New Authority' button.

The form that appears will allow you to enter all of the necessary details regarding your authority record.

@@ -22,4 +22,4 @@

See the full documentation for Authorities in the manual (online).

-[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] -- 2.39.5