[Koha-bugs] [Bug 8407] xt/tt_valid.t is too strict

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 16 14:12:19 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8407

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10808|0                           |1
        is obsolete|                            |

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 10870
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10870&action=edit
Bug 8407: make tt_valid less strict (for non translatable strings)

Hi Katrin,

Good catch :)

This one fails for the following lines:
<th [% UNLESS ( selected ) %] title="TESTING" [% END %]>Date</th>
<th [% UNLESS ( selected ) %]title="TESTING"[% END %]>Date</th>
<th [% UNLESS ( selected ) %] selected="selected" [% END %]>Date</th>

and passes:
<th [% UNLESS ( selected ) %]selected="selected"[% END %]>Date</th>
<th [% UNLESS ( selected ) %]disabled="disabled"[% END %]>Date</th>
<th [% UNLESS ( selected ) %]checked="checked"[% END %]>Date</th>

Switch back to needs signedoff

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list