From 79ea900b2c47caa71e995fa35d65e1a5c78d3a6d Mon Sep 17 00:00:00 2001 From: Peter Crellan Kelly Date: Wed, 10 Apr 2013 07:22:41 +1200 Subject: [PATCH] Bug 6506: Correct CSS class name. Signed-off-by: Kyle M Hall Signed-off-by: Mason James http://bugs.koha-community.org/show_bug.cgi?id=6509 Signed-off-by: Jared Camins-Esakov --- koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt index 233222b5e2..5bd84bb8ab 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt @@ -14,7 +14,7 @@ [% IF ( deleted ) %]
Your reading history has been deleted.
[% ELSIF ( err_history_not_deleted ) %] -
The deletion of your reading history failed, because there is a problem with the configuration of this feature. Please help to fix the system by informing your library of this error.
+
The deletion of your reading history failed, because there is a problem with the configuration of this feature. Please help to fix the system by informing your library of this error.
[% END %] [% IF ( privacy_updated ) %]
Your privacy rules have been updated.
-- 2.20.1