From 4e9116290d35c914d07a439eba945e6392aca970 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 20 Aug 2020 12:47:01 +0000 Subject: [PATCH] Bug 26207: (follow-up) Remove whitespace from markup Markup indentation around log entries in the template cause extra whitespace in the diff view. Removing the markup whitespace corrects it. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt index aa314e3bec..47c795c5e9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -316,9 +316,7 @@ Item [% loopro.barcode | html %] [% ELSE %] [% IF loopro.module == "SYSTEMPREFERENCE" %] -
- [% loopro.info | html %] -
+
[% loopro.info | trim | html %]
-- 2.11.0