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 57-63 Link Here
57
		<td>
57
		<td>
58
            <a class="notice-title" href="#">[% QUEUED_MESSAGE.subject %]</a>
58
            <a class="notice-title" href="#">[% QUEUED_MESSAGE.subject %]</a>
59
            <div class="notice">
59
            <div class="notice">
60
                [% QUEUED_MESSAGE.content FILTER html_line_break %]
60
                [% QUEUED_MESSAGE.content.raw FILTER html_line_break %]
61
            </div>
61
            </div>
62
        </td>
62
        </td>
63
		<td>
63
		<td>
64
- 

Return to bug 13618