Bug 19840: And avoid XSS...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Dec 2017 18:45:53 +0000 (15:45 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Dec 2017 16:15:36 +0000 (13:15 -0300)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

index 5fe673c..2d683e7 100644 (file)
@@ -77,7 +77,7 @@
         <h1>Patron note</h1>
         <p>[% issue.notedate | $KohaDates %]</p>
         <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]"> [% title |html %]</a> [% author %]</p>
-        <p>[% issue.note %]</p>
+        <p>[% issue.note | html %]</p>
     </div>
 [% END %]