[Koha-patches] [PATCH] Change missing from previous commit re:Bug 2600.

Owen Leonard oleonard at myacpl.org
Thu Sep 11 16:55:52 CEST 2008


---
 .../prog/en/modules/circ/returns.tmpl              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
index 2c5dcc3..ed152dc 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
@@ -321,7 +321,7 @@ function Dopop(link) {
 <div class="yui-g">    <table>
         <tr><th>Item Information</th><th>Patron Information</th></tr>
         <tr>
-            <td><!-- TMPL_VAR Name="title" --></td>
+            <td><!-- TMPL_VAR Name="title" escape="html" --></td>
             <td>
                 
                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR Name="riborrowernumber" -->"><!-- TMPL_VAR Name="riborsurname" -->, <!-- TMPL_VAR Name="ribortitle" --> <!-- TMPL_VAR Name="riborfirstname" --></a> (<!-- TMPL_VAR Name="riborcnum" -->)
-- 
1.5.5.GIT




More information about the Koha-patches mailing list