From 53566f09fb2673ac411121a8121ab00eb354af64 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 8 Feb 2011 22:10:50 -0500 Subject: [PATCH] Fix for Bug 5722, other reason for suggestions has code in text box Input value attributes shouldn't have _() escaping. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl index d1f32ceb99..0b4e3513de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl @@ -270,7 +270,7 @@ h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { di "> - " name="other_reason" value=_("please note your reason here...") /> ">Cancel + " name="other_reason" value="please note your reason here..." /> ">Cancel OR: delete" /> -- 2.39.5