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

Jonathan Druart <jonathan.dru...@biblibre.com> changed:

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

--- Comment #8 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to