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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-2 / +1 lines)
Lines 58-64 Link Here
58
		<td>
58
		<td>
59
            <a class="notice-title" href="#">[% QUEUED_MESSAGE.subject %]</a>
59
            <a class="notice-title" href="#">[% QUEUED_MESSAGE.subject %]</a>
60
            <div class="notice">
60
            <div class="notice">
61
                [% QUEUED_MESSAGE.content FILTER html_line_break %]
61
                [% QUEUED_MESSAGE.content.raw FILTER html_line_break %]
62
            </div>
62
            </div>
63
        </td>
63
        </td>
64
		<td>
64
		<td>
65
- 

Return to bug 13618