From a2a6312a9859c0f23b64d0cbde49862a08ba0578 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 1 Nov 2021 09:52:26 +0000 Subject: [PATCH] Bug 28904: Fix typo and display Fix typo in template: Newletter => Newsletter Fix latest newsletter editor definition.. it's a has not an array. Signed-off-by: Katrin Fischer --- docs/contributors.yaml | 4 ++++ docs/teams.yaml | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/contributors.yaml b/docs/contributors.yaml index 06f99fb2be..1becf4cc98 100644 --- a/docs/contributors.yaml +++ b/docs/contributors.yaml @@ -276,6 +276,8 @@ Chad Billman: commits: 1 committer: 366 first_commit: 1518467937 +Chad Roseburg: + commits: 0 Charles Farmer: commits: 26 committer: 269 @@ -1228,6 +1230,8 @@ Michael Hafen: commits: 73 committer: 62 first_commit: 1212060772 +Michael Kuhn: + commits: 0 Michaes Herman: notes: Early work on the installer and XHTML Michal DenĂ¡r: {} diff --git a/docs/teams.yaml b/docs/teams.yaml index 083effd31f..1b1c2491d0 100644 --- a/docs/teams.yaml +++ b/docs/teams.yaml @@ -1093,6 +1093,6 @@ team: - name: Thomas Dukleth - name: Jake Deery newsletter: - - name: Michael Kuhn + name: Michael Kuhn accessibility_advocates: - name: Wainui Witika-Park diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc index 80007c9fdb..d121290966 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc @@ -140,7 +140,7 @@ [% END %] [% IF t.newsletter %] -
  • Newletter editor: +
  • Newsletter editor: [% INCLUDE person p=t.newsletter %]
  • [% END %] -- 2.11.0