Patch for bug 274400: Safari should show the lock icons (the quoted value of the class attribute should be on the same line); patch by Nick.Barnes@pobox.com, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e513d71231
commit
08667cf73b
@ -152,13 +152,13 @@
|
||||
[% tableheader %]
|
||||
[% END %]
|
||||
|
||||
<tr class="bz_[% bug.bug_severity FILTER css_class_quote %]
|
||||
bz_[% bug.priority FILTER css_class_quote %]
|
||||
bz_[% bug.bug_status FILTER css_class_quote %]
|
||||
[%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution %]
|
||||
[%+ "bz_secure" IF bug.secure_mode %]
|
||||
[%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode %]
|
||||
[%+ count % 2 == 1 ? "bz_odd" : "bz_even" %]
|
||||
<tr class="bz_[% bug.bug_severity FILTER css_class_quote -%]
|
||||
bz_[% bug.priority FILTER css_class_quote -%]
|
||||
bz_[% bug.bug_status FILTER css_class_quote -%]
|
||||
[%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution -%]
|
||||
[%+ "bz_secure" IF bug.secure_mode -%]
|
||||
[%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%]
|
||||
[%+ count % 2 == 1 ? "bz_odd" : "bz_even" -%]
|
||||
">
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user