From e73965c62f3895d5bdf5ad0a52c89e54e248f8f1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 26 Aug 2011 15:14:48 -0400 Subject: [PATCH] Fix for Bug 6791 - editing list with apostrophe loses text Markup used single quotes around value attribute. Since single quotes aren't escaped by the template's HTML filter these quotes conflicted with the one in the text. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index a91046ea8c..d275d56187 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -279,7 +279,7 @@ function placeHold () { Edit List [% shelfname | html %]
    -
  1. +
  2. [% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]