http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13794
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #9 from Jonathan Druart <[email protected]> --- I can confirm the patch work, but I cannot be sure it won't introduce regression The "text" have been added by commit db1660f512c52a9c848489f4e2e56516e99e1567 Author: acli <acli> Date: Mon Mar 8 04:59:38 2004 +0000 Fixed some bugs which caused some context to be not recognized, and some spurious context to be recognized. In particular, the bugs fixed are: 1. Failure to recognize INPUT element at the end, e.g., if the input has the form "Item number:%S", then the pattern was recognized as only "Item number". 2. Failure to remove matching <foo></foo> tags if the pattern contains INPUT or TMPL_VAR; e.g., if the input has the form "<h1>%s %s</h1>", the form would not be simplified to "%s %s". Unfortunately, fixing these 2 bugs will cause about 40 fuzzies to appear. But it did a lot of other stuffs. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
