Bug 15400: (follow-up) Remove line break
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 21 Apr 2020 13:20:57 +0000 (13:20 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 29 Jun 2020 10:37:02 +0000 (12:37 +0200)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/includes/patron-age.inc

index f55a54b..74aa7dc 100644 (file)
@@ -5,7 +5,7 @@
     [%- IF ( patron.dateofbirth ) -%]
         [%- SET age = (patron.get_age != undef) ? patron.get_age : patron.age -%]
         [%- IF age %]
-            [%- patron.dateofbirth | $KohaDates %]
+            [%- patron.dateofbirth | $KohaDates -%]
             <span class='age_years'>[% I18N.tnx('({age} year)', '({age} years)', age, { age => age }) | html %]</span>
         [%- END -%]
    [%- END -%]