Bug 11529: Prevent too many spaces/break lines in the title tag
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Aug 2019 17:12:02 +0000 (12:12 -0500)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 5 Aug 2019 17:43:26 +0000 (18:43 +0100)
commitcce433ba4c796c96bbd7f68bf7c0546ca8fed695
tree6910f02c5eb4a8d6e1d447508d6e2b065d5d1ecd
parent762a03fca1e7b5b0c37a4a0715a1dc2d84b9200a
Bug 11529: Prevent too many spaces/break lines in the title tag

Caught by t/db_dependent/www/batch.t

Before this patch:
"""
<title>Koha &rsaquo; Catalog &rsaquo;

    Details for
    Bleak House /

</title>
"""

After this patch:
"""
<title>Koha &rsaquo; Catalog &rsaquo;

    Details for Bleak House /

</title>
"""

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/includes/biblio-title-head.inc