Should not hurt but those can be removed: - <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> - <i class="fa fa-plus"></i> New authority - </button> + <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> <i class="fa fa-plus"></i> New authority </button> We don't need the space before the i tag.
koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc - <td> - [% c.club_enrollments.count | html %] - </td> + <td> [% c.club_enrollments.count | html %] </td>
koha-tmpl/intranet-tmpl/prog/en/includes/header.inc - <brand> - [% Branches.GetLoggedInBranchname | html %] - </brand> + <brand> [% Branches.GetLoggedInBranchname | html %] </brand>
koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc - <tbody id="illview-body"> - </tbody> + <tbody id="illview-body"> </tbody>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt - <td> - [% IF field.repeatable %]Yes[% ELSE %]No[% END %] - </td> + <td> [% IF field.repeatable %]Yes[% ELSE %]No[% END %] </td>