Koha/koha-tmpl/intranet-tmpl/prog/en
Jonathan Druart cce433ba4c
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>
2019-08-05 18:43:26 +01:00
..
data Bug 19648: Revise marc21_field_007.xml 2019-04-12 01:47:51 +00:00
includes Bug 11529: Prevent too many spaces/break lines in the title tag 2019-08-05 18:43:26 +01:00
modules Bug 23339: (follow-up) Markup comments and corrections 2019-08-05 16:26:51 +01:00
xslt Bug 21518: Material type "three-dimensional artifact" displays as "visual material" 2019-08-05 11:27:58 +01:00
columns.def Bug 19919: Stop using paidfor altogether 2019-07-15 11:28:05 +01:00