View | Details | Raw Unified | Return to bug 20214
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc (-2 / +1 lines)
Lines 27-33 Link Here
27
    [%- SET data.title          = title -%]
27
    [%- SET data.title          = title -%]
28
[%- END -%]
28
[%- END -%]
29
[%# Parameter no_html - if 1, the html tags are NOT generated %]
29
[%# Parameter no_html - if 1, the html tags are NOT generated %]
30
[% IF data.title %]
30
[%- IF data.title %]
31
    [%- IF no_html %]
31
    [%- IF no_html %]
32
        [%- span_start = '' %]
32
        [%- span_start = '' %]
33
        [%- span_end   = '' %]
33
        [%- span_end   = '' %]
34
- 

Return to bug 20214